Eyeshot 10 WinForms API Reference
FixTopology Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid3D Class : FixTopology Method
The Solid3D entity equivalent to the original with additional data
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

Reference

Solid3D Class
Solid3D Members