Solid.Sweep<T> Method

Sweeps the Region along the provided trajectory.
Public Shared Function Sweep(Of  _ 
T As {Solid, New})( _ 
ByVal rail As ICurve, _ 
ByVal region As Region, _ 
ByVal tol As Double, _ 
ByVal sweepMethod As sweepMethodType, _ 
Optional ByVal merge As Boolean = true _ 
) As T
This language is not supported or no code example is available.
public static T Sweep<T>( 
ICurve rail
Region region
double tol
sweepMethodType sweepMethod
bool merge = true 

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

Type Parameters

T

Parameters

rail
ICurve

The rail curve

region
Region

The cross section

tol
double

The regeneration tolerance

sweepMethod
sweepMethodType

The sweep method

merge
bool

Return Value

T

The resulting Solid if the operation succeeded, null/Nothing otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition