Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you need Learn how to display the model tree, toolbar, and view like 3D PDF in the exported HTML , you need to set the value of A3DRWHtmlOfflineData::m_uiOptionFlags.

With the help of default sample ExportPDFToHtml,

Code Block
languagecpp
A3DRWHtmlOfflineData offlineData;
A3D_INITIALIZE_DATA(A3DRWHtmlOfflineData, offlineData);
offlineData.m_uiOptionFlags = kA3DWebOfflineDefaultOptions; // (kA3DWebOfflineShow3DToolbar | kA3DWebOfflineShow3DModelView)

Model Tree

...

Toolbar

...

View

...

in our forum post.