
###################
A3DTopoBrepDataData
###################

.. c:struct:: A3DTopoBrepDataData

   BrepData structure. 
   
   
      2.0
   
   
   
   The ``m_sBoundingBox`` member is valid only if the behaviour stored in the ``m_ucBehaviour`` member of the :c:struct:`~A3DTopoBodyData` is not null. 
   
   
      :c:struct:`~A3DTopoBrepDataData`\ , :c:func:`~A3DTopoBrepDataGet`\ , :c:func:`~A3DTopoBrepDataCreate` 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DTopoBrepDataData.m_uiConnexSize`
   * :c:member:`~A3DTopoBrepDataData.m_ppConnexes`
   * :c:member:`~A3DTopoBrepDataData.m_sBoundingBox`
   
   



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

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


.. c:member:: A3DUns32 A3DTopoBrepDataData.m_uiConnexSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      The size of :c:member:`m_ppConnexes <A3DTopoBrepDataData.m_ppConnexes>`\ . 
      



.. c:member:: A3DTopoConnex** A3DTopoBrepDataData.m_ppConnexes

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DTopoConnex`\ **
      
      Array of :c:type:`~A3DTopoConnex`\ . 
      



.. c:member:: A3DBoundingBoxData A3DTopoBrepDataData.m_sBoundingBox

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DBoundingBoxData`
      
      Bounding box. 
      




