A3DAsmModelFileExportToParasolidFile
-
A3DStatus
A3DAsmModelFileExportToParasolidFile(const A3DAsmModelFile *pA3DAsmModelFile, const A3DRWParamsExportParasolidData *pParamsExportData, const A3DUTF8Char *pcCADFileName) A3DStatusA3DAsmModelFileExportToParasolidFile(constA3DAsmModelFile* pA3DAsmModelFile, constA3DRWParamsExportParasolidData* pParamsExportData, constA3DUTF8Char* pcCADFileName)Writes a model file to a physical file in Parasolid 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.
Returns
A3D_SUCCESSon success, or an error code on failure