GCurve.SweepAsSolid (IGCurve, Double, sweepMethodType) Method

Public Function SweepAsSolid( _ 
ByVal rail As IGCurve, _ 
ByVal tol As Double, _ 
Optional ByVal sweepMethod As sweepMethodType = sweepMethodType.RotationMinimizingFrames _ 
) As GSolid
This language is not supported or no code example is available.
public GSolid SweepAsSolid( 
IGCurve rail
double tol
sweepMethodType sweepMethod = sweepMethodType.RotationMinimizingFrames 
)
This language is not supported or no code example is available.

Parameters

rail
IGCurve

tol
double

sweepMethod
sweepMethodType

Return Value

GSolid

.NET Framework

Supported in: 4.7.2

In this article

Definition