1

In a multi model viewer the document browser shows only a single model's sheets and views.

extensions: ['Autodesk.DocumentBrowser']

Is it possible to load all the sheets of multiple models at a time.

Thanks Bimal

bimal george
  • 313
  • 2
  • 16

1 Answers1

0

Unfortunately, the "document browser extension" was written before multi-model was supported.

Ideally, if you load multiple Autocad files in the forge-viewer, you would like to see all of the layers in the document browser extension.

Is that right?

If so, I can make a request to the team, to improve the extension, just reply and let me know.

Alternatively, if you want, you could probably code your own, with a custom Property Panel and references to the original extension:

Here's the original code for the Document Browser extension: https://autodeskviewer.com/viewers/latest/extensions/DocumentBrowser/DocumentBrowser.js

Here's a blog post on how to code a custom property panel with your own properties (or layer information): https://learnforge.autodesk.io/#/viewer/extensions/panel

Let me know. Best

michael beale
  • 1,014
  • 1
  • 6
  • 5