Toggle nested block parameters from outside the block using look ups and tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi AutoCAD developers,
I'd like to design a dynamic block with options to switch multiple combinations. for example: if its a window - it would have choices: with or without screen, and a choice of single pane, double or triple glass. Currently you guys limit us to 1 visibility state where we have to list all possible combinations of those and we end up with a list of all possible combinations. But i was wondering, would it be difficult to allow users to create a lookup parameter inside the parent block that would allow you to pick one of the nested blocks and allow you to toggle its visibility states (Visibility states would be the main one i am after, but other dynamic properties would be even better). ideally this then could be used with a table parameter and give a nice selection tree.
- This would be a game changer in my opinion.
Thanks