GCompositeCurve.SweepAsSurface Method

Public Function SweepAsSurface( _ 
ByVal rail As IGCurve, _ 
ByVal tol As Double, _ 
Optional ByVal methodType As sweepMethodType = sweepMethodType.RotationMinimizingFrames _ 
) As GSurface()
This language is not supported or no code example is available.
public GSurface[] SweepAsSurface( 
IGCurve rail
double tol
sweepMethodType methodType = sweepMethodType.RotationMinimizingFrames 
)
This language is not supported or no code example is available.

Parameters

rail
IGCurve

tol
double

methodType
sweepMethodType

Return Value

GSurface[]

.NET Framework

Supported in: 4.7.2

In this article

Definition