Description:

Removes a viewport from the list of viewports that this clipping plane clips.

Syntax:
public Boolean RemoveClipViewport(
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 removed, False if the viewport was not in the list.
Available since:
6.1

RemoveClipViewport method

Class:  Rhino.DocObjects.ClippingPlaneObject

Nothing found