
#######################
A3DPDFGetModelFileNodes
#######################

.. c:function:: A3DStatus A3DPDFGetModelFileNodes(A3DAsmModelFile *pModelFile, A3DRWParamsPrcWriteHelper *pPrcWriteHelper, A3DPDFModelFileNodesData **ppModelFileNodesInfo)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFGetModelFileNodes(:c:type:`~A3DAsmModelFile`\ * **pModelFile**\ , :c:type:`~A3DRWParamsPrcWriteHelper`\ * **pPrcWriteHelper**\ , :c:struct:`~A3DPDFModelFileNodesData`\ ** **ppModelFileNodesInfo**\ )
   
   Function to get information on PDF nodes computed from a modelfile. 
   
   **Parameters**
   
   
      **pModelFile**\ : The model file to work with. 
   
      **pPrcWriteHelper**\ : Used to get PRC data such as unique identifiers for PRC nodes. 
   
      **ppModelFileNodesInfo**\ : a struct that contains all infos about model file nodes.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




