
################################
A3DAsmModelFileLoadFromXMLStream
################################

.. c:function:: A3DStatus A3DAsmModelFileLoadFromXMLStream(const A3DUTF8Char *pcBuffer, const A3DRWParamsLoadData *pLoadParametersData, A3DAsmModelFile **ppModelFile)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DAsmModelFileLoadFromXMLStream(*const* :c:type:`~A3DUTF8Char`\ * **pcBuffer**\ , *const* :c:struct:`~A3DRWParamsLoadData`\ * **pLoadParametersData**\ , :c:type:`~A3DAsmModelFile`\ ** **ppModelFile**\ )
   
   Loads an :c:type:`~A3DAsmModelFile` from a XML buffer and a set of native cad files. 
   
   This function loads an :c:type:`~A3DAsmModelFile` from a XML buffer and a set of native cad files.
   
   
      11.2 
   
   
   **Parameters**
   
   
      **pcBuffer**\ : References null terminated buffer 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
   
   




