GCompositeCurve.SweepAsBrep (IGCurve, Double, sweepMethodType) Method

Public Function SweepAsBrep( _ 
ByVal rail As IGCurve, _ 
ByVal tolerance As Double, _ 
Optional ByVal methodType As sweepMethodType = sweepMethodType.RotationMinimizingFrames _ 
) As GBrep
This language is not supported or no code example is available.
public GBrep SweepAsBrep( 
IGCurve rail
double tolerance
sweepMethodType methodType = sweepMethodType.RotationMinimizingFrames 
)
This language is not supported or no code example is available.

Parameters

rail
IGCurve

tolerance
double

methodType
sweepMethodType

Return Value

GBrep

.NET Framework

Supported in: 4.7.2

In this article

Definition