GRegion.SweepAsMesh<T> (IGCurve, Double, sweepMethodType, natureType) Method

Creates a mesh by sweeping the region along a rail.
Public Function SweepAsMesh(Of  _ 
T As {GMesh, New})( _ 
ByVal rail As IGCurve, _ 
ByVal tol As Double, _ 
Optional ByVal methodType As sweepMethodType = sweepMethodType.RotationMinimizingFrames, _ 
Optional ByVal natureType As natureType = GMesh.natureType.Smooth _ 
) As T
This language is not supported or no code example is available.
public T SweepAsMesh<T>( 
IGCurve rail
double tol
sweepMethodType methodType = sweepMethodType.RotationMinimizingFrames, 
natureType natureType = GMesh.natureType.Smooth 

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

Type Parameters

T

Parameters

rail
IGCurve

The rail curve

tol
double

The trim tolerance

methodType
sweepMethodType

The Sweep method

natureType
natureType

The desired mesh nature

Return Value

T

The resulting mesh object.

.NET Framework

Supported in: 4.7.2

In this article

Definition