Relative Content

Tag Archive for autodesk-forgeautodesk-viewer

Add Properties Toolbar next to viewer

I am trying to add a fixed properties tab to the right side of my screen. Sadly I am unable to force the Viewer to the left 80% of my screen. Therefore my properties panel is hiding the right 20% of my viewer.

Public asset URNs for the Autodesk Viewer

Are there any public URNs for the Autodesk Viewer that I can use instead of creating my own? I am having trouble with translating my own .ifc files into the SVF format (following the official tutorial).

How to completely hide objects in 2D Dwg model

I am loading the Forge viewer a Dwg model hosted in BIM360Docs, which is a 2D view, and I am trying to hide all but a few specific objects, but I am not succeeding. I have tried with:
viewer.HideAll
viewer.impl.visibilityManager.setNodeOff
setGhosting

Autodesk Viewer Extension: removeProperty() not working

I am trying to add and remove properties in the Autodesk Viewer property panel. The new properties should appear when a user clicks on a particular property (already in the panel). Adding and removing the property once works. However, subsequent clicks do not work.

How to integrate comments feature in my 360 viewer sdk

I am using autodesk viewer 360 sdk in my webapp.
I want to add comments feature same as the online free version of autodesk viewer. How can I do that? Is there any other APIs I need to use? Or I can do that with any extensions available in autodesk?