A3DCopyAndAdaptBrepModelErrorData Struct Reference
Copy and convert to NURBS error result. More...
Data Fields | |
A3DInt32 * | m_paiErrors |
A3DEntity * | m_pEntity |
A3DUns32 | m_uiNbError |
Detailed Description
Copy and convert to NURBS error result.
paiErrors corresponds to a set of index and error code
-
paiErrors[0]
= type the topological element -
paiErrors[1]
= error status -
paiErrors[2]
= number of index to find element (0 = brepdata, connex = 1, shell = 2, face = 3, loop = 4, coedge /edge = 5) -
paiErrors[3]
= first index - ...
-
paiErrors[3+paiErrors[2]]
= last index
- Version
- 9.1
Field Documentation
A3DEntity* A3DCopyAndAdaptBrepModelErrorData::m_pEntity |
Entity which have error during function call
A3DUns32 A3DCopyAndAdaptBrepModelErrorData::m_uiNbError |
Number of elements in error
A3DInt32* A3DCopyAndAdaptBrepModelErrorData::m_paiErrors |
Index and error code of each element