I would like to run a macro, lisp, or script (whichever is possible) upon a dynamic block visibility state change in a drawing. Is this possible?
I would like to run a macro, lisp, or script (whichever is possible) upon a dynamic block visibility state change in a drawing. Is this possible?
It can probably be done with reactors. They can be set to fire when the block is edited. I can't do it but you might get the help you need in the customization forum.
It can probably be done with reactors. They can be set to fire when the block is edited. I can't do it but you might get the help you need in the customization forum.
I know this is a few years old, but in case anyone else scans here; you can change the visibility using an action macro (recorded macro) by dropping in or sleecting the dynamic block then going to properties panel and changing the visibility state through there. it will save that exact change, so you will need to make a separate macro for each visibility change, but I use that funciton a lot in the action macro for my team
I know this is a few years old, but in case anyone else scans here; you can change the visibility using an action macro (recorded macro) by dropping in or sleecting the dynamic block then going to properties panel and changing the visibility state through there. it will save that exact change, so you will need to make a separate macro for each visibility change, but I use that funciton a lot in the action macro for my team
Can't find what you're looking for? Ask the community or share your knowledge.