Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / RebuildEdge Method
Trim loop index
Loop curve index
The tolerance used in the rebuild process

In This Topic
    RebuildEdge Method
    In This Topic
    Rebuild the 3D edge curve corresponding to a 2D trim curve in the parameter space of the surface.
    Syntax
    'Declaration
     
    Public Sub RebuildEdge( _
       ByVal loopIndex As Integer, _
       ByVal curveIndex As Integer, _
       ByVal tolerance As Double _
    ) 
    public void RebuildEdge( 
       int loopIndex,
       int curveIndex,
       double tolerance
    )

    Parameters

    loopIndex
    Trim loop index
    curveIndex
    Loop curve index
    tolerance
    The tolerance used in the rebuild process
    See Also