GCurve.Drop Method

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

Parameters

pln
Plane

The plane

curve
IGCurve

The 3D curve

Return Value

GCurve

The resulting Nurbs curve.

.NET Framework

Supported in: 4.7.2

In this article

Definition