Click or drag to resize

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
Syntax
public bool RemoveClipViewportId(
	Guid viewportId
)

Parameters

viewportId
Type: SystemGuid
The id of the RhinoViewport to remove.

Return Value

Type: Boolean
true if the viewport was removed, false if the viewport was not in the list.
See Also