
##############
A3DBIMRootData
##############

.. c:struct:: A3DBIMRootData

   Abtraction structure for all BIM entity types.
   
   
      14.2
   
   
   This structure acts as a general purpose data container for all BIM entities. It also acts as a bridge between the BIM API and the model file. The ``m_pEntityReference``\ field links to a 3D entity in the model tree.
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DBIMRootData.m_pcGUID`
   * :c:member:`~A3DBIMRootData.m_pcName`
   * :c:member:`~A3DBIMRootData.m_pcDescription`
   * :c:member:`~A3DBIMRootData.m_pcIfcClassName`
   * :c:member:`~A3DBIMRootData.m_pEntityReference`
   
   



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

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


.. c:member:: A3DUTF8Char* A3DBIMRootData.m_pcGUID

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ \*
      
      A globally unique identifier within the software.
      



.. c:member:: A3DUTF8Char* A3DBIMRootData.m_pcName

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ \*
      
      The name of the entity.
      



.. c:member:: A3DUTF8Char* A3DBIMRootData.m_pcDescription

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ \*
      
      Descriptive text used for exchanging informative content.
      



.. c:member:: A3DUTF8Char* A3DBIMRootData.m_pcIfcClassName

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ \*
      
      The name of the IFC class corresponding to the BIM object.
      



.. c:member:: A3DMiscEntityReference* A3DBIMRootData.m_pEntityReference

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DMiscEntityReference`\ \*
      
      Reference to an entity within the model file.
      




