
####################
A3DRWHtmlOfflineData
####################

.. c:struct:: A3DRWHtmlOfflineData

   Describes an HTML export in offiline mode.
   
   When exporting a PDF file targeted for`offline mode <publish_view3d.html#MonolithicPDF>`__\ , you must describe the output with an instance of ``A3DRWHtmlOfflineData``\ . This structure must be referenced in ``A3DRWParamsExportHtmlData``\ .
   
   
      `Viewing and Interrogating 3D Models in the Browser <publish_view3d.html>`__
   
   
   
      :c:member:`A3DRWParamsExportHtmlData::m_pHtmlOfflineData <A3DRWParamsExportHtmlData.m_pHtmlOfflineData>`
   
   
   
      :c:enum:`~A3DWebEHtmlOutputMode`
   
   
   
      13.0
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DRWHtmlOfflineData.m_uiOptionFlags`
   * :c:member:`~A3DRWHtmlOfflineData.m_pcPathToHtmlViewerFile`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: A3DUns32 A3DRWHtmlOfflineData.m_uiOptionFlags

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      A flag set used to toggle the display of specific elements in the output.
      
      Can be one of :c:macro:`~kA3DWebOfflineShow3DToolbar`\ , :c:macro:`~kA3DWebOfflineShow3DModelView`\ , :c:macro:`~kA3DWebOfflineShowViewNavigation`\ , :c:macro:`~kA3DWebOfflineDefaultOptions`\ (default).
      



.. c:member:: A3DUTF8Char const* A3DRWHtmlOfflineData.m_pcPathToHtmlViewerFile

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ \*
      
      Path to html viewer file.
      
      Example:``viewer.html``\ in the sample directory.
      




