ClippingPlaneSurface.AddClipViewportId Method

ClippingPlaneSurfaceAddClipViewportId Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool AddClipViewportId(
	Guid viewportId
)
Public Function AddClipViewportId ( 
	viewportId As Guid
) As Boolean

Parameters

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

Return Value

Type: Boolean
true if the viewport was added, false if the viewport is already in the list.
Version Information

Rhino for Windows

Supported in: 6.8
See Also