RhinoCommon API
ClippingPlaneSurfaceRemoveClipViewportId Method |
Removes a viewport id that this being clipped by this clipping plane.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.1
public bool RemoveClipViewportId( Guid viewportId )
Public Function RemoveClipViewportId ( viewportId As Guid ) As Boolean
Parameters
- viewportId
- Type: SystemGuid
The id of the RhinoViewport to remove.
Return Value
Type: Booleantrue if the viewport was removed, false if the viewport was not in the list.