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

Public Function SweepAsMesh( _ 
ByVal rail As ICurve, _ 
ByVal tol As Double, _ 
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.
public Mesh SweepAsMesh( 
ICurve rail
double tol
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

methodType
sweepMethodType

meshNature
natureType

Return Value

Mesh

.NET Framework

Supported in: 4.8

In this article

Definition