Questions regarding the initialization of the Viewer
You enable SVF or SVF2 support by passing the env and api parameters
when initializing the Viewer. The value you use for env and api
specifies an SVF derivative or an SVF2 derivative.
Speeding up performance of APS Viewer setThemingColor
What would be the most performant way to set theme color of elements at startup when using APS Viewer? Can something like executeuserfunction be used?
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’.
Load multiple GLB models into APS Viewer
Is it possible to use viewer.loadDocumentNode
to load multiple models in GLB file format into the APS viewer or is there another way?
How to fix word corruption when uploading dxf file to Autodesk Service Platform?
When I upload dxf files to Autodesk Service Platform, in some of them word corruption occurs.
How can you fix this?
Make custom geometry clickable in APS Viewer
I’ve added custom geometry (Three.js) to a web app that uses the Autodesk Viewer API from Autodesk Platform Services.
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.
How to convert between coordinates in Revit and those in APS viewer
I’m trying to convert the coordinates that I get for a given location in a Revit file to those in APS viewer for the same file uploaded into an APS bucket, however I am unable to find any methods which match the two.