ICurve.SweepAsSolid (ICurve, Double, sweepMethodType) Method

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

Parameters

rail
ICurve

tol
double

sweepMethod
sweepMethodType

Return Value

Solid

The resulting merged Solid object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition