Region.SweepAsSolid (ICurve, Double, Boolean, sweepMethodType) Method

Sweeps this region along the provided trajectory.
Public Function SweepAsSolid( _ 
ByVal rail As ICurve, _ 
ByVal tolerance As Double, _ 
ByVal merge As Boolean, _ 
Optional ByVal sweepMethod As sweepMethodType = sweepMethodType.RotationMinimizingFrames _ 
) As Solid
This language is not supported or no code example is available.
public Solid SweepAsSolid( 
ICurve rail
double tolerance
bool merge
sweepMethodType sweepMethod = sweepMethodType.RotationMinimizingFrames 
)
This language is not supported or no code example is available.

Parameters

rail
ICurve

The rail curve

tolerance
double

The regeneration tolerance

merge
bool

<default>

sweepMethod
sweepMethodType

<default>

Return Value

Solid

The resulting Solid object.

.NET Framework

Supported in: 4.8

In this article

Definition