ICurve.SweepAsMesh (ICurve, Double, Boolean, sweepMethodType, natureType) Method

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

Parameters

rail
ICurve

tol
double

merge
bool

methodType
sweepMethodType

meshNature
natureType

Nature of the resulting mesh entity

Return Value

Mesh[]

The list of resulting surfaces.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition