
###########################
A3DPDF3DNodesReferencesData
###########################

.. c:struct:: A3DPDF3DNodesReferencesData

   Structure that defines a set of 3D nodes. 
   
   Usually used to be referred in a slide table row. Each element can contain several instances. We can get the uuids for each instance. 
   
   
      9.1 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDF3DNodesReferencesData.m_iNbNodes`
   * :c:member:`~A3DPDF3DNodesReferencesData.m_ppUUIDsForNodes`
   
   



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

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


.. c:member:: A3DUns32 A3DPDF3DNodesReferencesData.m_iNbNodes

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Size of the following array. 
      



.. c:member:: A3DUTF8Char** A3DPDF3DNodesReferencesData.m_ppUUIDsForNodes

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ **
      
      The unique IDs of instances for the nodes. 
      




