Click or drag to resize

CurveProjectToPlane Method

Constructs a curve by projecting an existing curve to a plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Curve ProjectToPlane(
	Curve curve,
	Plane plane
)

Parameters

curve
Type: Rhino.GeometryCurve
A curve.
plane
Type: Rhino.GeometryPlane
A plane.

Return Value

Type: Curve
The projected curve on success; null on failure.
See Also