Surface.LiftCurve Method

Creates the 3D curve corresponding to a 2D curve in the parametric space of the surface.
Public Function LiftCurve( _ 
ByVal curve As Curve, _ 
ByVal tol As Double
) As ICurve
This language is not supported or no code example is available.
public ICurve LiftCurve( 
Curve curve
double tol 
)
This language is not supported or no code example is available.

Parameters

curve
Curve

The curve in parametric space.

tol
double

Allowed tolerance

Return Value

ICurve

The individual 3D curve.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition