can the lines and colors of this label be changed if you use Autodesk.Viewing.MarkupsCore? There is also the font size and color in the text function? ...
How to achieve transparency and translucency of components in Autodesk Forge Viewer? How to adjust the built opacity? ...
the new version of first person roaming provides gravity sensing, automatically finds the nearest floor, and starts roaming based on this floor. But sometimes you need to be able to roam freely in space without being affected by gravity. I don t know ho...
when using forge, how can the progress-related components do the simulation so that the translucent components are no longer flashing (refreshing and loading) and are always in a relatively static state when the simulation process is not at the beginning...
the click event of the button in part of the model is encapsulated into setActiveNavigationTool (toolbar-name), but it can only perform one operation, such as firstpersion or orbit, etc. How can roaming and cutting exist at the same time without modifyin...
...
how do I get all the properties of all artifacts in model? ...
topic description this code always prompts "basic connection is closed: error occurred while sending " related codes Please paste the code text below (do not replace the code with pictures) what result do you expect? What is the error mes...
after the revit model is converted to svf format, how to obtain the id number of a component in the revit model according to the svf model ...
how to extract the engineering quantity of different measurement units at one time: for example: column, wall, beam and plate are measured by volume; doors and windows are measured by area or floor; electromechanical pipes are measured by length; . ...
problem description the first practice of forge, follows the official website http: learnforge.autodesk.io.. Java, is selected to run on eclipse, and all follow the steps on the official website. When entering http: localhost:3000, The errors in t...
in the model structure tree, how to obtain the dbid of all leaf nodes under the parent node according to the dbid of the parent node one level above the leaf node ...
I have the dbid, of the widget in the red box. I need to find the dbid, of the widget with the same name in the yellow box and the name of their parent node is the same. Is there any easy way? I now look up the dbid of all components with the same n...
I load one model on the basis of loading another model with loadmodel, and find that it overlays the first model directly, and the two overlap. how should I set its load location? Or is it right for me to load like this? ...
I want to hide all the current artifacts. I look up API as if I use the hideModel method. I need modelId, to ask how to get the modelId of the current model ....
1. Get the TransformGizmos of the model movement 2.GIZMO 3.gizmo ask for answers or provide ideas for the generation of gizmo objects and matters needing attention in calling. ...
function to be realized: after the model is loaded on the page, the property panel needs to pop up automatically, how to achieve it? ...
when fittoview a component, is there any way to zoom out a little bit fittoview actually needs to achieve the effect, which is achieved by zooming the mouse wheel. Is there any way to adjust the camera or the method in navigation? ...
customers think that the rotation speed of the mouse drag model is too fast, including the mouse wheel zoom speed, and want to slow down. is there any control in the forge? Where can I find api? I can t find it . Thank you ~ ...
< H1 > upload model is downloaded locally after conversion, and when browsing with view api locally, several attributes in the property panel have errors (attribute name error). How to modify these wrong attribute names? < H1 > ...
...
Page assignment is 2 but page highlight is "1 ", when the paging is 2, click the edit button that shows the list information, and then click the back button to return to the sessionStorage or take the last page number, but after the return, it is fou...
after using https , the original websocket link of cannot be used properly. do I need to use the wss protocol to connect under https? if yes, what are you asking? ...
how do I load pages dynamically in framework7 v2? A new page, such as , can be loaded through mainView.router.loadContent (), in v1. var viewHTML = $( <div class="navbar"> + <div class="navbar-inner"> + ...
such as the above requirement, each reject button needs to have a corresponding small Modal component. At present, I have set up a Modal in each Item component. Item.js <li> <Modal v-if="isShow"> < li> but I don t t...