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

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

Parameters

rail
ICurve

tol
double

merge
bool

sweepMethod
sweepMethodType

Return Value

Solid[]

Implements

ICurve.SweepAsSolid

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition