A3DAsmModelFileLoadFromXMLFile

A3DStatus A3DAsmModelFileLoadFromXMLFile(const A3DUTF8Char *pcFileName, const A3DRWParamsLoadData *pLoadParametersData, A3DAsmModelFile **ppModelFile)
A3DStatus A3DAsmModelFileLoadFromXMLFile(const A3DUTF8Char* pcFileName, const A3DRWParamsLoadData* pLoadParametersData, A3DAsmModelFile** ppModelFile)

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

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