
##########################################
A3DRepresentationItemExportToParasolidFile
##########################################

.. c:function:: A3DStatus A3DRepresentationItemExportToParasolidFile(const A3DRiRepresentationItem *pRepItem, const A3DUTF8Char *pcTempFileName, A3DDouble dUnit)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DRepresentationItemExportToParasolidFile(*const* :c:type:`~A3DRiRepresentationItem`\ * **pRepItem**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcTempFileName**\ , :c:type:`~A3DDouble` **dUnit**\ )
   
   Writes a representation item to a file in Parasolid format. 
   
   This function writes the :c:type:`~A3DAsmModelFile` entity to a file.
   
   **Parameters**
   
   
      **pRepItem**\ : References the :c:type:`~A3DRiRepresentationItem` to be written out. 
   
      **pcTempFileName**\ : References the output file to be written. 
   
      **dUnit**\ : References the wanted unit for the RI.
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




