
########################
A3DPDFBomElementInfoData
########################

.. c:struct:: A3DPDFBomElementInfoData

   Structure that defines an element in a BOM. 
   
   Each element can contain several instances. We can get the uuids for each instance. 
   
   
      8.1 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFBomElementInfoData.m_pcName`
   * :c:member:`~A3DPDFBomElementInfoData.m_iLevel`
   
   



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

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


.. c:member:: A3DUTF8Char* A3DPDFBomElementInfoData.m_pcName

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Name of the current element. 
      



.. c:member:: A3DInt32 A3DPDFBomElementInfoData.m_iLevel

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      The level in the assembly. 
      




