A3DAsmModelFileExportToParasolidBuffer

A3DStatus A3DAsmModelFileExportToParasolidBuffer(const A3DAsmModelFile *pA3DAsmModelFile, const A3DRWParamsExportParasolidData *pParamsExportData, A3DChainedBuffer **pBuffer)
A3DStatus A3DAsmModelFileExportToParasolidBuffer(const A3DAsmModelFile* pA3DAsmModelFile, const A3DRWParamsExportParasolidData* pParamsExportData, A3DChainedBuffer** pBuffer)

Writes a model file to a buffer in Parasolid format.

This function writes the:c:type:~A3DAsmModelFileentity to a buffer.

Parameters

pA3DAsmModelFile: References the:c:type:~A3DAsmModelFileto be written out.

pParamsExportData: References the parameters for export.

pBuffer: References the chained buffer to be filled.

Returns

A3D_SUCCESSon success, or an error code on failure