Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / FixTopology Method
The Solid3D entity equivalent to the original with additional data

In This Topic
    FixTopology Method
    In This Topic
    If the geometry is not created inside Eyeshot, it could be necessary call this method to check and fix/add(if needed) missing data, to correctly perform operations like Section/Intersection and Booleans.
    Syntax
    'Declaration
     
    Public Function FixTopology( _
       ByRef theFixedSolid As Solid3D _
    ) As Boolean
    public bool FixTopology( 
       out Solid3D theFixedSolid
    )

    Parameters

    theFixedSolid
    The Solid3D entity equivalent to the original with additional data

    Return Value

    Return true if the operation is successful, false otherwise.
    See Also