ClippingPlane.ViewIds Property

ClippingPlaneViewIds Property

Get list of View IDs this clipping plane is supposed to clip.

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public List<Guid> ViewIds { get; }
Public ReadOnly Property ViewIds As List(Of Guid)
	Get

Property Value

Type: ListGuid
See Also