
##############################
A3DAsmModelFileLoadFromXMLFile
##############################

.. c:function:: A3DStatus A3DAsmModelFileLoadFromXMLFile(const A3DUTF8Char *pcFileName, const A3DRWParamsLoadData *pLoadParametersData, A3DAsmModelFile **ppModelFile)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DAsmModelFileLoadFromXMLFile(*const* :c:type:`~A3DUTF8Char`\ * **pcFileName**\ , *const* :c:struct:`~A3DRWParamsLoadData`\ * **pLoadParametersData**\ , :c:type:`~A3DAsmModelFile`\ ** **ppModelFile**\ )
   
   Loads an :c:type:`~A3DAsmModelFile` from a XML file and a set of native cad files. 
   
   This function loads an :c:type:`~A3DAsmModelFile` from a XML file and a set of native cad files.
   
   **Parameters**
   
   
      **pcFileName**\ : References the path to the file containing the XML description of the assembly. 
   
      **pLoadParametersData**\ : References the parameters for reading the native parts (does not affect the reading of the XML file). 
   
      **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`` on success, or an error code on failure
   
   




