GSurface.RebuildEdge Method

Rebuild the 3D edge igCurve corresponding to a 2D trim igCurve in the parameter space of the gSurface.
Public Sub RebuildEdge( _ 
ByVal loopIndex As Integer, _ 
ByVal curveIndex As Integer, _ 
ByVal tolerance As Double
)
This language is not supported or no code example is available.
public void RebuildEdge( 
int loopIndex
int curveIndex
double tolerance 
)
This language is not supported or no code example is available.

Parameters

loopIndex
int

Trim loop index

curveIndex
int

Loop igCurve index

tolerance
double

The tolerance used in the rebuild process

.NET Framework

Supported in: 4.7.2

In this article

Definition