
####################################
A3DAsmModelFileExportToParasolidFile
####################################

.. c:function:: A3DStatus A3DAsmModelFileExportToParasolidFile(const A3DAsmModelFile *pA3DAsmModelFile, const A3DRWParamsExportParasolidData *pParamsExportData, const A3DUTF8Char *pcCADFileName)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DAsmModelFileExportToParasolidFile(*const* :c:type:`~A3DAsmModelFile`\ \* **pA3DAsmModelFile**\ , *const* :c:struct:`~A3DRWParamsExportParasolidData`\ \* **pParamsExportData**\ , *const* :c:type:`~A3DUTF8Char`\ \* **pcCADFileName**\ )
   
   Writes a model file to a physical file in Parasolid format.
   
   This function writes the :c:type:`~A3DAsmModelFile`\ entity to a physical file.
   
   **Parameters**
   
   
      **pA3DAsmModelFile**\ : References the :c:type:`~A3DAsmModelFile`\ to 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_SUCCESS``\ on success, or an error code on failure
   
   




