Surface.DropCurve Method

Creates the 2D parametric curve corresponding to a 3D geometric curve which lies on or near a surface.
Public Function DropCurve( _ 
ByVal curve As ICurve, _ 
ByVal allowOutside As Boolean, _ 
ByRef parametric As Curve
) As Boolean
This language is not supported or no code example is available.
public bool DropCurve( 
ICurve curve
bool allowOutside
out Curve parametric 
)
This language is not supported or no code example is available.

Parameters

curve
ICurve

The curve to be dropped

allowOutside
bool

parametric
Curve

The resulting 2D curve

Return Value

bool

True if the function succeeded, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition