Surface.RebuildEdge Method

Rebuild the 3D edge curve corresponding to a 2D trim curve in the parameter space of the surface.
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 curve index

tolerance
double

The tolerance used in the rebuild process

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition