How Can i use this command hm_setradiobutton
Altair Forum User
Altair Employee
Hi,
i need to bring radio button option in Hypermesh GUI.
in my search i got a command called hm_setradiobutton but its is an undocumeted command.
Kindly help me how can i use of this command or any other command is there to bring radio button option in HM GUI.
Thanks in advance
Thanks & Regards
Suresh kumar V
0
Answers
-
Hello Suresh,
Please try using: hwtk::radiobutton
refer https://connect.altair.com/CP/kb-view.html?kb=183292 for more details.
0 -
Hi
Example panel project:
set ItemNo [hm_getitemnumber project 'to surface']
set RbtnNo [hm_getradiobutton project $ItemNo]
Now activate 'to surface' subpanel:
hm_setradiobutton project $RbtnNo $ItemNo
0