Enumerates statuses used to notify state of discrete model.
Enumerator |
---|
IMeshData_NoError | Mesh generation is successful.
|
IMeshData_OpenWire | Notifies open wire problem, which can potentially lead to incorrect results.
|
IMeshData_SelfIntersectingWire | Notifies self-intersections on discretized wire, which can potentially lead to incorrect results.
|
IMeshData_Failure | Failed to generate mesh for some faces.
|
IMeshData_ReMesh | Deflection of some edges has been decreased due to interference of discrete model.
|
IMeshData_UnorientedWire | Notifies bad orientation of a wire, which can potentially lead to incorrect results.
|
IMeshData_TooFewPoints | Discrete model contains too few boundary points to generate mesh.
|
IMeshData_Outdated | Existing triangulation of some faces corresponds to greater deflection than specified by parameter.
|
IMeshData_Reused | Existing triangulation of some faces is reused as far as it fits specified deflection.
|
IMeshData_UserBreak | User break.
|