CurveProjectToPlane Method |
Rhino for Mac 5.1
Constructs a curve by projecting an existing curve to a plane.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)
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.
See Also