Point.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()
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[]

.NET Framework

Supported in: 4.8

In this article

Definition