A3DAsmModelFileExportToParasolidFileWithMapper
-
A3DStatus
A3DAsmModelFileExportToParasolidFileWithMapper(const A3DAsmModelFile *pA3DAsmModelFile, A3DMiscPKMapper *pMapper, const A3DRWParamsExportParasolidData *pParamsExportData, const A3DUTF8Char *pcCADFileName) A3DStatusA3DAsmModelFileExportToParasolidFileWithMapper(constA3DAsmModelFile* pA3DAsmModelFile,A3DMiscPKMapper* pMapper, constA3DRWParamsExportParasolidData* pParamsExportData, constA3DUTF8Char* pcCADFileName)Writes a model file to a physical file in Parasolid format .
This function writes the
A3DAsmModelFileentity to a physical file. This function uses the PK bodies already converted and stored in the pMapper with theA3DAsmModelFilestructure in order to export them as a Parasolid file.Parameters
pA3DAsmModelFile: References the
A3DAsmModelFileto be written out.pMapper: Topology entities mapper
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