This blog post introduces a Viewer extension that creates a tree view of available systems in a rendered design, leveraging properties from the model. It utilizes the DockingPanel API and follows guidance from the Custom Tree Views blog. Key components include preparing Revit systems data and enabling interaction through node clicks to highlight relevant elements.
The APIs referenced are:
- DockingPanel
- Viewer methods: search and getBulkProperties2
A live demo and source code are provided for further exploration. You can find additional details in this blog.
Comments
0 comments
Article is closed for comments.