Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / RebuildEdges Method
The tolerance used in the rebuild process

In This Topic
    RebuildEdges Method
    In This Topic
    Rebuild all the surface 3D edges.
    Syntax
    'Declaration
     
    Public Sub RebuildEdges( _
       ByVal tolerance As Double _
    ) 
    public void RebuildEdges( 
       double tolerance
    )

    Parameters

    tolerance
    The tolerance used in the rebuild process
    See Also