
###############################
A3DAsmModelFileExportToHTMLFile
###############################

.. c:function:: A3DStatus A3DAsmModelFileExportToHTMLFile(A3DAsmModelFile *pA3DAsmModelFile, const A3DRWParamsExportHtmlData *pParamsExportData, const A3DUTF8Char *pcHtmlFileName)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DAsmModelFileExportToHTMLFile(:c:type:`~A3DAsmModelFile`\ * **pA3DAsmModelFile**\ , *const* :c:struct:`~A3DRWParamsExportHtmlData`\ * **pParamsExportData**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcHtmlFileName**\ )
   
   Writes a model file to a physical file in HTML format. 
   
   This function writes the :c:type:`~A3DAsmModelFile` entity to an HTML file.
   
   **Parameters**
   
   
      **pA3DAsmModelFile**\ : References The :c:type:`~A3DAsmModelFile` to be exported 
   
      **pParamsExportData**\ : References the parameters for export. 
   
      **pcHtmlFileName**\ : 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
   
   




