
#################################
A3DCopyAndAdaptBrepModelErrorData
#################################

.. c:struct:: A3DCopyAndAdaptBrepModelErrorData

   Copy and convert to NURBS error result. 
   
   paiErrors corresponds to a set of indexes and error codes 
   
   
   - ``paiErrors[0]`` = type the topological element 
   - ``paiErrors[1]`` = error status 
   - ``paiErrors[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 index 
   
   
      9.1 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DCopyAndAdaptBrepModelErrorData.m_pEntity`
   * :c:member:`~A3DCopyAndAdaptBrepModelErrorData.m_uiNbError`
   * :c:member:`~A3DCopyAndAdaptBrepModelErrorData.m_paiErrors`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: A3DEntity* A3DCopyAndAdaptBrepModelErrorData.m_pEntity

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DEntity`\ *
      
      Entity which have error during function call. 
      



.. c:member:: A3DUns32 A3DCopyAndAdaptBrepModelErrorData.m_uiNbError

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Number of elements in error. 
      



.. c:member:: A3DInt32* A3DCopyAndAdaptBrepModelErrorData.m_paiErrors

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`\ *
      
      Index and error code of each element. 
      




