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

Creates a mesh by sweeping the region along a rail.
Public Function SweepAsMesh( _ 
ByVal rail As ICurve, _ 
ByVal tol As Double, _ 
Optional ByVal methodType As sweepMethodType = sweepMethodType.RotationMinimizingFrames, _ 
Optional ByVal natureType As natureType = Mesh.natureType.Smooth _ 
) As Mesh
This language is not supported or no code example is available.
public Mesh SweepAsMesh( 
ICurve rail
double tol
sweepMethodType methodType = sweepMethodType.RotationMinimizingFrames, 
natureType natureType = Mesh.natureType.Smooth 
)
This language is not supported or no code example is available.

Parameters

rail
ICurve

The rail curve

tol
double

The trim tolerance

methodType
sweepMethodType

The Sweep method

natureType
natureType

The desired mesh nature

Return Value

Mesh

The resulting mesh object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition