A3DAsmModelFileLoadFromXMLStream

A3DStatus A3DAsmModelFileLoadFromXMLStream(const A3DUTF8Char *pcBuffer, const A3DRWParamsLoadData *pLoadParametersData, A3DAsmModelFile **ppModelFile)
A3DStatus A3DAsmModelFileLoadFromXMLStream(const A3DUTF8Char* pcBuffer, const A3DRWParamsLoadData* pLoadParametersData, A3DAsmModelFile** ppModelFile)

Loads an A3DAsmModelFile from a XML buffer and a set of native cad files.

This function loads an 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