A3DCopyAndAdaptBrepModelErrorData
-
struct
A3DCopyAndAdaptBrepModelErrorData Copy and convert to NURBS error result.
paiErrors[0]= type the topological elementpaiErrors[1]= error statuspaiErrors[2]= number of indexes 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 index9.1
paiErrors corresponds to a set of indexes and error codes
Variables
-
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.