GCompositeCurve.SweepAsMesh (IGCurve, Double, Boolean, sweepMethodType, natureType) Method

Public Function SweepAsMesh( _ 
ByVal rail As IGCurve, _ 
ByVal tol As Double, _ 
ByVal merge As Boolean, _ 
Optional ByVal methodType As sweepMethodType = sweepMethodType.RotationMinimizingFrames, _ 
Optional ByVal meshNature As natureType = GMesh.natureType.Smooth _ 
) As GMesh()
This language is not supported or no code example is available.
public GMesh[] SweepAsMesh( 
IGCurve rail
double tol
bool merge
sweepMethodType methodType = sweepMethodType.RotationMinimizingFrames, 
natureType meshNature = GMesh.natureType.Smooth 
)
This language is not supported or no code example is available.

Parameters

rail
IGCurve

tol
double

merge
bool

methodType
sweepMethodType

meshNature
natureType

Return Value

GMesh[]

.NET Framework

Supported in: 4.7.2

In this article

Definition