Capture image
When I click on an element in the model finder, all elements are connected. I want to display only 'Basic wall:Zid 20/15:199028(1)' and hide the 'body part' under the header. If I modify it in js, it seems that the file will be large and cause a large load on the web. Is there any way to modify the model data or modify the modelstructure using the official API?
- Since the APIs related to modelStructure and modelStructurePanel bring the entire model, the hierarchy depth could not be modified.
- I wanted to bring the model tree structure and override it, but it didn't work.
- I'm looking for a way other than customizing user functions using ExtensionManager.
- The method of handling dom objects with JS seems to cause a heavy load on the screen if the file is large.