CurveProjectToPlane Method |
Constructs a curve by projecting an existing curve to a plane.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static Curve ProjectToPlane(
Curve curve,
Plane plane
)
Public Shared Function ProjectToPlane (
curve As Curve,
plane As Plane
) As Curve
Parameters
- curve
- Type: Rhino.GeometryCurve
A curve. - plane
- Type: Rhino.GeometryPlane
A plane.
Return Value
Type:
CurveThe projected curve on success; null on failure.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also