
###############################
A3DAsmModelFileExportToVrmlFile
###############################

.. c:function:: A3DStatus A3DAsmModelFileExportToVrmlFile(const A3DAsmModelFile *pA3DAsmModelFile, const A3DUTF8Char *pcCADFileName)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DAsmModelFileExportToVrmlFile(*const* :c:type:`~A3DAsmModelFile`\ \* **pA3DAsmModelFile**\ , *const* :c:type:`~A3DUTF8Char`\ \* **pcCADFileName**\ )
   
   Write a model file to a physical file in VRML format.
   
   This function writes the :c:type:`~A3DAsmModelFile`\ entity to a physical file.
   
   **Parameters**
   
   
      **pA3DAsmModelFile**\ : References the :c:type:`~A3DAsmModelFile`\ to be written out.
   
      **pcCADFileName**\ : 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
   
   




