Region.SweepAsSolid<T> (ICurve, Double, sweepMethodType) Method

Sweeps this region along the provided trajectory.
Public Function SweepAsSolid(Of  _ 
T As {Solid, New})( _ 
ByVal rail As ICurve, _ 
ByVal tolerance As Double, _ 
Optional ByVal sweepMethod As sweepMethodType = sweepMethodType.RotationMinimizingFrames _ 
) As T
This language is not supported or no code example is available.
public T SweepAsSolid<T>( 
ICurve rail
double tolerance
sweepMethodType sweepMethod = sweepMethodType.RotationMinimizingFrames 

where T : Solid, new()
This language is not supported or no code example is available.

Type Parameters

T

Parameters

rail
ICurve

The rail curve

tolerance
double

The regeneration tolerance

sweepMethod
sweepMethodType

Return Value

T

The resulting Solid object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition