Skip to content Skip to sidebar Skip to footer

Forge Viewer: Show Bottom Toolbar And Markups At The Same Time

I'm developing a tool that allow's several users to add markups to the same autocad drawings. I also want the users to be able to use the bottom toolbar of the forge viewer to hide

Solution 1:

Try:

Autodesk.Viewing.Extensions.Markups.Core.Utils.showLmvToolsAndPanels(viewer)

However some of the built-in functionality (panning etc) disabled in markup mode (for compatibility reasons) which is why the toolbars were hidden away in the first place.

Post a Comment for "Forge Viewer: Show Bottom Toolbar And Markups At The Same Time"