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

Function SweepAsSolid( _ 
ByVal rail As ICurve, _ 
ByVal tol As Double, _ 
ByVal merge As Boolean, _ 
ByVal sweepMethod As sweepMethodType
) As Solid()
This language is not supported or no code example is available.
Solid[] SweepAsSolid( 
ICurve rail
double tol
bool merge
sweepMethodType sweepMethod 
)
This language is not supported or no code example is available.

Parameters

rail
ICurve

tol
double

merge
bool

sweepMethod
sweepMethodType

Return Value

Solid[]

The resulting Solid array objects.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition