M_Rhino_Geometry_Curve_ProjectToPlane - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.ProjectToPlane Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Curve ProjectToPlane(
	Curve curve,
	Plane plane
)

VB

Public Shared Function ProjectToPlane ( 
	curve As Curve,
	plane As Plane
) As Curve

Parameters

 

curve
Type: Rhino.Geometry.Curve
A curve.
plane
Type: Rhino.Geometry.Plane
A plane.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️