RubenSilva
Mechanical
Hello
i have a macro that every time i run i have to selelct the geometrical set, but its always the same
I use this code to select the Geometrical Set:
There are another way to use always the same Geometrical Set without clicking there? Just pre-define on the code what is the Geometrical Set
Ruben
i have a macro that every time i run i have to selelct the geometrical set, but its always the same
I use this code to select the Geometrical Set:
Code:
Status = MySelection.SelectElement2(vFilter, "Select Geometrical Set", True)
Ruben