最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to define, save, and retrieve named filters in Autodesk Tandem? - Stack Overflow

programmeradmin0浏览0评论

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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

When 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.

发布评论

评论列表(0)

  1. 暂无评论