Region.SweepAsSurface Method

Creates a surface by sweeping the region along a rail.
Public 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.
public 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

The trim tolerance

methodType
sweepMethodType

The Sweep method

Return Value

Surface[]

The resulting surface array.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition