
##############################
deprecated_A3DAsmModelFileExportToSCSFile
##############################

.. c:function:: A3DStatus deprecated_A3DAsmModelFileExportToSCSFile(A3DAsmModelFile *pA3DAsmModelFile, const deprecated_A3DRWParamsExportScsData *pParamsExportData, const A3DUTF8Char *pcScsFileName)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` deprecated_A3DAsmModelFileExportToSCSFile(:c:type:`~A3DAsmModelFile`\ \* **pA3DAsmModelFile**\ , *const* :c:struct:`~deprecated_A3DRWParamsExportScsData`\ \* **pParamsExportData**\ , *const* :c:type:`~A3DUTF8Char`\ \* **pcScsFileName**\ )
   
   Writes a model file to a physical file in SCS format.
   
   This function writes the :c:type:`~A3DAsmModelFile`\ entity to a SCS stream cache file. (see :ref:`Export SCS Module <group__a3d__publishhtml__scs__module>`\ ).
   
   **Parameters**
   
   
      **pA3DAsmModelFile**\ : References The :c:type:`~A3DAsmModelFile`\ to be exported
   
      **pParamsExportData**\ : References the parameters for export.
   
      **pcScsFileName**\ : References the path of the file into which the function stores the model file.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




