Relative Content

Tag Archive for autodesk-forgeautodesk-viewer

ModelStructurePanel outside the viewer container

I would like to move the modelStructurePanel outside of the viewer container and into my custom sidebar. As stated in another post this is not recommended since it requires extra fixing of the css so that the content of the panel is displayed correctly. I think this is where my problem lies. My modelStructurePanel element is displayed in my custom sidebar only as a small text that reads ‘browser’.

Configurator based on Inventor Model States

We have set of Inventor model that has multiple ‘model states’. Now in web viewer, we need to switch model based on model states i.e. configurator based on model states.

Move Model-Browser/Layer-Manager content into sidebar

I would like to move the Model-Browser and Layer-Manager tools into a fixed sidebar. I already moved the content of the properties tool in its dedicated tab in the sidebar. Now I am struggling to move the other two tools into their intended tabs. In particular i don’t know how to access the data/functionality of those tools so I can display them in my Sidebar instead of their own existing panels.

Autodesk Platform Services Viewer v7.98 – NOP_VIEWER.isolate() and/or NOP_VIEWER.isolate(null) no longer clears isolation

NOP_VIEWER’s isolate() method no longer clears the isolation of specified dbids in v7.98. Reading the new function used, it suggests passing in null now, which doesn’t work either.
It also has a variable to pass in for the model, which I also tried, and still didn’t work. Any other suggestions on what to try? For now, I’ve reverted back to v7.97 and it works perfectly fine.