GCurve.SweepAsMesh (IGCurve, Double, sweepMethodType, natureType) Method

Public Function SweepAsMesh( _ 
ByVal rail As IGCurve, _ 
ByVal tol As Double, _ 
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
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

methodType
sweepMethodType

meshNature
natureType

Return Value

GMesh

.NET Framework

Supported in: 4.7.2

In this article

Definition