GetPoint.ConstrainToVirtualCPlaneIntersection Method

GetPointConstrainToVirtualCPlaneIntersection Method

If enabled, the picked point is constrained to be on the intersection of the plane and the virtual CPlane going through the plane origin. If the planes are parallel, the constraint works just like planar constraint.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool ConstrainToVirtualCPlaneIntersection(
	Plane plane
)
Public Function ConstrainToVirtualCPlaneIntersection ( 
	plane As Plane
) As Boolean

Parameters

plane
Type: Rhino.GeometryPlane
The plane used for the plane - virtual CPlane intersection.

Return Value

Type: Boolean
true if the operation succeeded; false otherwise.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also