APS/Forge viewer not initialising correctly until home button is pressed
When we load models into our viewer, recently user have complained that the initial load doesn’t work correct. as you can see from the image below.
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.
Hide contour lines (edges) for specific object within the same model Forge Viewer
Is there a way to hide contour lines for a specific object within the same model (and keep contour lines for the rest of the model)
Optimizing APS Forge Viewer for Large Models on Low-Memory Devices
We are considering providing functionality on devices with relatively low memory, such as the iPad, using a large model.
As an example, we are using the 9th generation device.
https://support.apple.com/en-asia/111898
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?
Unable to access getFragmentList()
I am trying to access getFragmentList()
in a Model object, and I keep getting this error:
Autodesk Forge Viewer – set orbit “not free”
is it possible to start the forge viewer with the “locked orbit” option set to true by default?