Solid.Sweep Method

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

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

Solid

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition