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)
Since: 5.0
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:
Booleantrue if the operation succeeded; false otherwise.
See Also