A3DAsmModelFileExportToParasolidBufferWithMapper

A3DStatus A3DAsmModelFileExportToParasolidBufferWithMapper(const A3DAsmModelFile *pA3DAsmModelFile, A3DMiscPKMapper *pMapper, const A3DRWParamsExportParasolidData *pParamsExportData, A3DChainedBuffer **pBuffer)
A3DStatus A3DAsmModelFileExportToParasolidBufferWithMapper(const A3DAsmModelFile* pA3DAsmModelFile, A3DMiscPKMapper* pMapper, const A3DRWParamsExportParasolidData* pParamsExportData, A3DChainedBuffer** pBuffer)

Writes a model file to a buffer in Parasolid format .

This function writes the A3DAsmModelFile entity to a physical file. This function uses the PK bodies already converted and stored in the pMapper with the A3DAsmModelFile structure in order to export them as a Parasolid file.

Parameters

pA3DAsmModelFile: References the A3DAsmModelFile to be written out.

pMapper: Topology entities mapper

pParamsExportData: References the parameters for export.

pBuffer: Buffer.

Returns

A3D_SUCCESS on success, or an error code on failure