ClippingPlaneSurfaceRemoveClipViewportId Method |
Removes a viewport id that this being clipped by this clipping plane.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Windows
Supported in: 6.8
See Also