How Can i use this command hm_setradiobutton

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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

Answers

  • llyle_20499
    llyle_20499 New Altair Community Member
    edited January 2018

    Hello Suresh,

     

    Please try using: hwtk::radiobutton

    refer https://connect.altair.com/CP/kb-view.html?kb=183292 for more details. 

     

  • tinh
    tinh Altair Community Member
    edited January 2018

    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