
########################
A3DPDFModelFileNodesData
########################

.. c:struct:: A3DPDFModelFileNodesData

   Structure that defines information on PDF nodes computed from a modelfile. 
   
   
      10.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFModelFileNodesData.m_iNbNodes`
   * :c:member:`~A3DPDFModelFileNodesData.m_ppNodes`
   
   



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

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


.. c:member:: A3DInt32 A3DPDFModelFileNodesData.m_iNbNodes

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



.. c:member:: A3DPDFNodeData** A3DPDFModelFileNodesData.m_ppNodes

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DPDFNodeData`\ **
      
      Array of PDF nodes in the modelfile. 
      




