need macro help
Posted: Wed Mar 29, 2023 12:05 pm
I'm a total noob at writing code.
I'm trying to write a macro which will do the following:
1.) ensure the check is "on" next to "Show Configuration Names" under Tree Display in the Configuration tab
2.) ensure the check is "on" next to "Show Configuration Descriptions" under Tree Display in the Configuration tab
3.) ensure the check is "on" next to "Numeric" under Tree Order in the Configuration tab
This area is accessed by navigating to the configurations tab in a .sldprt file, then right clicking on the header at the top of the list of configurations.
Here is the code I've written so far (it will turn on the configuration name and configuration description). I just can't get the "Numeric" turned on under Tree Order.
Any help you could provide would be greatly appreciated.
I'm trying to write a macro which will do the following:
1.) ensure the check is "on" next to "Show Configuration Names" under Tree Display in the Configuration tab
2.) ensure the check is "on" next to "Show Configuration Descriptions" under Tree Display in the Configuration tab
3.) ensure the check is "on" next to "Numeric" under Tree Order in the Configuration tab
This area is accessed by navigating to the configurations tab in a .sldprt file, then right clicking on the header at the top of the list of configurations.
Here is the code I've written so far (it will turn on the configuration name and configuration description). I just can't get the "Numeric" turned on under Tree Order.
Any help you could provide would be greatly appreciated.