ObjectTable.AddClippingPlane Method (Plane, Double, Double, IEnumerable(Guid))

ObjectTableAddClippingPlane Method (Plane, Double, Double, IEnumerableGuid)

Adds a clipping plane object to Rhino.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid AddClippingPlane(
	Plane plane,
	double uMagnitude,
	double vMagnitude,
	IEnumerable<Guid> clippedViewportIds
)
Public Function AddClippingPlane ( 
	plane As Plane,
	uMagnitude As Double,
	vMagnitude As Double,
	clippedViewportIds As IEnumerable(Of Guid)
) As Guid

Parameters

plane
Type: Rhino.GeometryPlane
The plane value.
uMagnitude
Type: SystemDouble
The size in the U direction.
vMagnitude
Type: SystemDouble
The size in the V direction.
clippedViewportIds
Type: System.Collections.GenericIEnumerableGuid
A list, an array or any enumerable set of viewport IDs that the new clipping plane will clip.

Return Value

Type: Guid
A unique identifier for the object.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also