DisplayPipeline.AddClippingPlane Method

DisplayPipelineAddClippingPlane Method

Add a clipping plane to be used during the drawing of this frame

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int AddClippingPlane(
	Point3d point,
	Vector3d normal
)
Public Function AddClippingPlane ( 
	point As Point3d,
	normal As Vector3d
) As Integer

Parameters

point
Type: Rhino.GeometryPoint3d
point on the plane
normal
Type: Rhino.GeometryVector3d
vector perpendicular to the plane

Return Value

Type: Int32
index for the added clipping plane
Version Information

Rhino for Windows

Supported in: 6.14
See Also