Description:

Adds a viewport to the list of viewports that this clipping plane clips.

Syntax:
public Boolean AddClipViewport(
RhinoViewport viewport,
Boolean commit
)
Parameters:
  • commit
  • Type: System.Boolean
  • Commit the change. When in doubt, set this parameter to true.
Returns:
Type: Boolean
True if the viewport was added, False if the viewport is already in the list.
Available since:
6.1

AddClipViewport method

Class:  Rhino.DocObjects.ClippingPlaneObject

Nothing found