
###############
A3DTopoBodyData
###############

.. c:struct:: A3DTopoBodyData

   TopoBody structure. 
   
   
      2.0
   
   
   
   The :c:member:`m_ucBehaviour <A3DTopoBodyData.m_ucBehaviour>` member is an array of bits that uses values from the topology body bitmask definitions (:ref:`Topology Body Data <group__a3d__topobodydata>`\ ). The bitmasks are relevant only when the :c:struct:`~A3DTopoBodyData` structure is set for an :c:type:`~A3DTopoBody` of type :c:enumerator:`~kA3DTypeTopoBrepData` (:c:type:`~A3DTopoBrepData`\ ); otherwise, the :c:member:`m_ucBehaviour <A3DTopoBodyData.m_ucBehaviour>` member must be set to 0.
   
   
      :c:struct:`~A3DTopoBodyData`\ , :c:func:`~A3DTopoBodyGet`\ , :c:func:`~A3DTopoBodySet` 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DTopoBodyData.m_ucBehaviour`
   * :c:member:`~A3DTopoBodyData.m_pContext`
   
   



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

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


.. c:member:: A3DUns8 A3DTopoBodyData.m_ucBehaviour

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns8`
      
      Array of bits. 
      



.. c:member:: A3DTopoContext* A3DTopoBodyData.m_pContext

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DTopoContext`\ *
      
      Pointer to an :c:type:`~A3DTopoContext` entity. 
      




