ICurve.SweepAsSurface Method

Sweeps this curve along the provided trajectory.
Function SweepAsSurface( _ 
ByVal rail As ICurve, _ 
ByVal tol As Double, _ 
Optional ByVal methodType As sweepMethodType = sweepMethodType.RotationMinimizingFrames _ 
) As Surface()
This language is not supported or no code example is available.
Surface[] SweepAsSurface( 
ICurve rail
double tol
sweepMethodType methodType = sweepMethodType.RotationMinimizingFrames 
)
This language is not supported or no code example is available.

Parameters

rail
ICurve

The rail curve

tol
double

Surface trim tolerance

methodType
sweepMethodType

The sweep method, affects only Curve rail segments.

Return Value

Surface[]

The array of resulting surfaces.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition