xxlluuoo33556622
Electrical
Hello Guys,
I have some macros which contains Catia.StartCommand "xxx", "xxx"="Expand Selection" or "xxx"="Graph tree Reordering" or "xxx"="Open in New Window". However all of a sudden when macro comes to these line of code, Catia seems getting into endless loop, like dead.
Did some search, found that for "Expand Selection", the Catia command ID is "SpecificationsLevelSelect". So change Catia.StartCommand "Expand Selection" to Catia.StartCommand "SpecificationsLevelSelect", all works fine again.
Hope you understand the description. so 2 questions here:
1) Why the English command "Expand Selection" or the like doesn't work suddenly (no change to my computer, system, Catia version )?
2) Anybody can share a list of the Catia command ID, if not complete, at least for "Graph tree Reordering","Open in New Window"? I have to use them in my macro
Thanks in advance!
I have some macros which contains Catia.StartCommand "xxx", "xxx"="Expand Selection" or "xxx"="Graph tree Reordering" or "xxx"="Open in New Window". However all of a sudden when macro comes to these line of code, Catia seems getting into endless loop, like dead.
Did some search, found that for "Expand Selection", the Catia command ID is "SpecificationsLevelSelect". So change Catia.StartCommand "Expand Selection" to Catia.StartCommand "SpecificationsLevelSelect", all works fine again.
Hope you understand the description. so 2 questions here:
1) Why the English command "Expand Selection" or the like doesn't work suddenly (no change to my computer, system, Catia version )?
2) Anybody can share a list of the Catia command ID, if not complete, at least for "Graph tree Reordering","Open in New Window"? I have to use them in my macro
Thanks in advance!