A3DAsmModelFileExportToPrcFile
-
A3DStatus
A3DAsmModelFileExportToPrcFile(const A3DAsmModelFile *pA3DAsmModelFile, const A3DRWParamsExportPrcData *pParamsExportData, const A3DUTF8Char *pcCADFileName, A3DRWParamsPrcWriteHelper **ppPrcWriteHelper) A3DStatusA3DAsmModelFileExportToPrcFile(constA3DAsmModelFile* pA3DAsmModelFile, constA3DRWParamsExportPrcData* pParamsExportData, constA3DUTF8Char* pcCADFileName,A3DRWParamsPrcWriteHelper** ppPrcWriteHelper)Writes a model file to a physical file in a PRC format.
This function writes the
A3DAsmModelFileentity to a physical file.Parameters
pA3DAsmModelFile: References the
A3DAsmModelFileto be written out.pParamsExportData: References the parameters for export.
pcCADFileName: References the path of the file into which the function stores the model file.
ppPrcWriteHelper: Used to get PRC data such as unique identifiers of PRC nodes.
Returns
A3D_SUCCESS in case of success or an error code