Tool to rename the components with standard naming
I would like to make tool for post process. This need to perform the renaming Operation.
Here sample view of tool layout which I required.
I will explain with example.
The model having there many Assembly ( Mesh_1,Mesh_2,Mesh_3_etc…)
1. When running this script. Pop window need to appear as per my sample layout.
2. With select Assembly (button1), I can able to select the Assembly available in the model.
3. After selecting the Assembly. The selected Assembly name should be appear in the list box including sub assembly components too.
4. In the List Box I can able to select the multiple components for renaming.
5. After selecting the components going for other option Name 2, Name 2, Name 3 .
6. When I click SET button. All the components names to be renames as like below format.
Comp_1 --> Comp_1-Name1value-Name2value-Name3value
Note : after click renaming operation happen then list reloaded with same selected assembly until click RESET buton
Name 1 – drop down menu values : value1, value1, value1….
Name 2 - Check Box values : txt1, txt2, Other ( if select other drop down menu2 can be selected )
drop down menu2 values : text3, txt4, txt5,…
Name 3 - Check Box values : txt1, txt2, txt3, txt4, txt5, txt6, Other ( if select other drop down menu2 can be selected )
drop down menu3 values : None,txt3, txt4, txt5,… ( If selected value None, The Name 3 should not include while remaining)
Kindly help to make this tool.