admin管理员组文章数量:1336660
Is it possible to define multiple filters for a project in Autodesk Tandem and save them with specific names? Additionally, is there an API function to retrieve these saved filters programmatically? If possible, please provide relevant documentation or code examples.
Is it possible to define multiple filters for a project in Autodesk Tandem and save them with specific names? Additionally, is there an API function to retrieve these saved filters programmatically? If possible, please provide relevant documentation or code examples.
Share Improve this question asked Nov 19, 2024 at 15:36 Peter KolbePeter Kolbe 95 bronze badges1 Answer
Reset to default 0When working with Tandem viewer then probably easiest approach would be to use views - views in Tandem can be saved and restored and include current state of filters etc. To get list of saved views use DtApp.views.fetchFacilityViews
. To restore saved view use DtApp.views.setCurrentView
- you can find example here.
The view creation is more complicated - there is DtApp.views.createView
but view payload isn't publicly documented. If you can provide more details I can look for some examples.
本文标签: How to definesaveand retrieve named filters in Autodesk TandemStack Overflow
版权声明:本文标题:How to define, save, and retrieve named filters in Autodesk Tandem? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742417736a2471043.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论