Is there a way to just turn all the Annotation Sets On in a model?
Or search the model for only Turned Off Annotation Sets?
Instead of this code:
CATIA.StartCommand ("Annotation Set Switch On/Switch Off")
I have a model with a few annotation sets already on when you load it but most of them are off.
So when I run the code above, it turns the already "ON" Annotations to "OFF", but turns the "OFF" Annotations to "ON".
Or search the model for only Turned Off Annotation Sets?
Instead of this code:
CATIA.StartCommand ("Annotation Set Switch On/Switch Off")
I have a model with a few annotation sets already on when you load it but most of them are off.
So when I run the code above, it turns the already "ON" Annotations to "OFF", but turns the "OFF" Annotations to "ON".