How to open ruled mesh panel using hm command

vreddy
vreddy Altair Community Member
edited October 2020 in Community Q&A

How to open ruled mesh panel using hm command

foreach id components {

 

 

display $id

open ruled mesh panel and work on it.

 

}

Answers

  • tinh
    tinh Altair Community Member
    edited October 2017

    Hi

    Try below ;)/emoticons/default_wink.png' srcset='/emoticons/wink@2x.png 2x' title=';)' width='20' />

     

    set script ''

    foreach id $components {

         append script *displaynone \n '*displaycollector comps on \[hm_getcollectorname comps $id\] 1 1' \n 'hm_callpanel ruled' \n

    }

    hm_setpanelproc $script