LinearPath.SweepAsMesh<T> (ICurve, Double, sweepMethodType, natureType) Method

Public Function SweepAsMesh(Of  _ 
T As {Mesh, New})( _ 
ByVal rail As ICurve, _ 
ByVal tol As Double, _ 
Optional ByVal methodType As sweepMethodType = sweepMethodType.RotationMinimizingFrames, _ 
Optional ByVal meshNature As natureType = Mesh.natureType.Smooth _ 
) As T
This language is not supported or no code example is available.
public T SweepAsMesh<T>( 
ICurve rail
double tol
sweepMethodType methodType = sweepMethodType.RotationMinimizingFrames, 
natureType meshNature = Mesh.natureType.Smooth 

where T : Mesh, new()
This language is not supported or no code example is available.

Type Parameters

T

Parameters

rail
ICurve

tol
double

methodType
sweepMethodType

meshNature
natureType

Return Value

T

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition