A3DAsmModelFileLoadFromPrcFile

A3DStatus A3DAsmModelFileLoadFromPrcFile(const A3DUTF8Char *pcFileName, A3DRWParamsPrcReadHelper **ppPrcReadHelper, A3DAsmModelFile **ppModelFile)
A3DStatus A3DAsmModelFileLoadFromPrcFile(const A3DUTF8Char* pcFileName, A3DRWParamsPrcReadHelper** ppPrcReadHelper, A3DAsmModelFile** ppModelFile)

Loads an A3DAsmModelFile from a PRC physical file.

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