Curve.Drop Method

Project curve on the specified plane.
Public Shared Function Drop( _ 
ByVal pln As Plane, _ 
ByVal curve As ICurve
) As Curve
This language is not supported or no code example is available.
public static Curve Drop( 
Plane pln
ICurve curve 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The plane

curve
ICurve

The 3D curve

Return Value

Curve

The resulting Nurbs curve.

.NET Framework

Supported in: 4.8

In this article

Definition