File3dmObjectTable.AddClippingPlane Method (Plane, Double, Double, IEnumerable(Guid), ObjectAttributes)

File3dmObjectTableAddClippingPlane Method (Plane, Double, Double, IEnumerableGuid, ObjectAttributes)

Adds a clipping plane object to Rhino.

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

Parameters

plane
Type: Rhino.GeometryPlane
A plane.
uMagnitude
Type: SystemDouble
The size in U direction.
vMagnitude
Type: SystemDouble
The size in V direction.
clippedViewportIds
Type: System.Collections.GenericIEnumerableGuid
list of viewport ids that the new clipping plane will clip.
attributes
Type: Rhino.DocObjectsObjectAttributes
Attributes to apply to point cloud.

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