A3DAsmModelFileLoadFromXMLStream
-
A3DStatus
A3DAsmModelFileLoadFromXMLStream(const A3DUTF8Char *pcBuffer, const A3DRWParamsLoadData *pLoadParametersData, A3DAsmModelFile **ppModelFile) A3DStatusA3DAsmModelFileLoadFromXMLStream(constA3DUTF8Char* pcBuffer, constA3DRWParamsLoadData* pLoadParametersData,A3DAsmModelFile** ppModelFile)Loads an
A3DAsmModelFilefrom a XML buffer and a set of native cad files.This function loads an
A3DAsmModelFilefrom a XML buffer and a set of native cad files.11.2Parameters
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_SUCCESSon success, or an error code on failure