简体   繁体   中英

Change content of Model Browser in Forge Viewer

Is there an easy way to change the content of Model Browser in the Forge Viewer? I would like to rename som nodes, add and remove node.

Unfortunately Model Browser sources its data from the object tree ( model.getInstanceTree() ) which is immutable and can only be extended by re-creating your own data structure.

Here's a couple of good starting points:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM