LinearPath.SweepAsSolid (ICurve, Double, sweepMethodType) Method

Public Function SweepAsSolid( _ 
ByVal rail As ICurve, _ 
ByVal tol As Double, _ 
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
sweepMethodType sweepMethod = sweepMethodType.RotationMinimizingFrames 
)
This language is not supported or no code example is available.

Parameters

rail
ICurve

tol
double

sweepMethod
sweepMethodType

Return Value

Solid

Implements

ICurve.SweepAsSolid

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition