Region.SweepAsSolid (ICurve, Double, sweepMethodType) Method

Sweeps this region along the provided trajectory.
Public Function SweepAsSolid( _ 
ByVal rail As ICurve, _ 
ByVal tolerance As Double, _ 
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
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

sweepMethod
sweepMethodType

Return Value

Solid

The resulting Solid object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition