how can I call the measurement tool in Autodesk.Viewing.Private.GuiViewer3D through the Autodesk.Viewing.Viewer3D object of Autodesk-forge?
how can I call the measurement tool in Autodesk.Viewing.Private.GuiViewer3D through the Autodesk.Viewing.Viewer3D object of Autodesk-forge?
you can try to load like this, but without using toolbars and buttons, and the open API is limited
viewer.loadExtension('Autodesk.Measure', viewer.config)
.then(function( measureExt ) {
// Your code here.
});
Today, I encountered an IE browser compatibility problem when I was working on a project, saying that I need an iewebGl plug-in < _ ...
Autodesk Forge3D tagging, users add annotation information on this page, record coordinate data, exit the page, and wait until the next time the user enters the page and the page is reloaded, how to display the information marked by the user last time?...
how can I set the transparency of the model through the known dbid? wants to make the tagged artifacts transparent. ...
for example, multiple models are loaded on the page, and I just want to uninstall one of them. After the model is passed into the unloadModel, how can I clear the memory of the model? ...