
##############################
A3DAsmModelFileLoadFromPrcFile
##############################

.. c:function:: A3DStatus A3DAsmModelFileLoadFromPrcFile(const A3DUTF8Char *pcFileName, A3DRWParamsPrcReadHelper **ppPrcReadHelper, A3DAsmModelFile **ppModelFile)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DAsmModelFileLoadFromPrcFile(*const* :c:type:`~A3DUTF8Char`\ \* **pcFileName**\ , :c:type:`~A3DRWParamsPrcReadHelper`\ \*\* **ppPrcReadHelper**\ , :c:type:`~A3DAsmModelFile`\ \*\* **ppModelFile**\ )
   
   Load an :c:type:`~A3DAsmModelFile`\ from a PRC physical file.
   
   This function loads an :c:type:`~A3DAsmModelFile`\ from a PRC file. The file must be in PRC format.
   
   **Parameters**
   
   
      **pcFileName**\ : References the path to the file containing the 3D CAD model.
   
      **ppPrcReadHelper**\ : Reserved for future use.
   
      **ppModelFile**\ : References a pointer into which should be stored the location of the model file. Set this pointer to null before calling the function.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




