How to apply SendCommand in an ExternalDocument
Unfortunately that is not possible. An open drawing is required.
Angel76
3
Thanks for your answer, and if I have 3 files open is it possible to apply a script to all of them?
Yes, but you’ll have to do it through a Python node. There’s some starter code here that might help:
Thank you very much mzjensen, I’m not fluent in python