A3DAsmModelFileLoadFromPrcFile
-
A3DStatus
A3DAsmModelFileLoadFromPrcFile(const A3DUTF8Char *pcFileName, A3DRWParamsPrcReadHelper **ppPrcReadHelper, A3DAsmModelFile **ppModelFile) A3DStatusA3DAsmModelFileLoadFromPrcFile(constA3DUTF8Char* pcFileName,A3DRWParamsPrcReadHelper** ppPrcReadHelper,A3DAsmModelFile** ppModelFile)Load an:c:type:~A3DAsmModelFilefrom a PRC physical file.
This function loads an:c:type:~A3DAsmModelFilefrom a PRC file. The file must be in PRC format.
Parameters
pcFileName: References the path to the file containing the 3D CAD model.
ppPrcReadHelper: Reserved for future use.
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 in case of success or an error code