M_Rhino_Geometry_Curve_ProjectToPlane - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a curve by projecting an existing curve to a plane.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Curve ProjectToPlane(
Curve curve,
Plane plane
)
VB
Public Shared Function ProjectToPlane (
curve As Curve,
plane As Plane
) As Curve
- curve
- Type: Rhino.Geometry.Curve
A curve. - plane
- Type: Rhino.Geometry.Plane
A plane.
Type: Curve
The projected curve on success; null on failure.
Supported in: 6.0.16224.21491, 5D58w