Select component collector by surfaces

Roshan Shiveshwar
Roshan Shiveshwar Altair Community Member
edited October 2020 in Community Q&A

Hi ,

 

Is there any direct way to select component collectors ' by surfaces' ?

 

Thanks,

Roshan

Answers

  • Pandurang
    Pandurang Altair Community Member
    edited August 2018

    by surface does support comps i think

     

    u can try this:

     

    set col_id []

    *createmarkpanel surfs 1 'Select Surfaces' 

    or 

    *createmark surfs 1 displayed

    set surfs_id [hm_getmark surfs 1]

    foreach id $surfs {

    lappend col_id [hm_getvalue surfs id = $id  dataname = collector]

    }

    puts $col_id

  • Roshan Shiveshwar
    Roshan Shiveshwar Altair Community Member
    edited August 2018

    Thanks Pandurang.

     

    This is really helpful!!

    BTW , is there a place where all the datanames are listed?

  • Pandurang
    Pandurang Altair Community Member
    edited August 2018

    Thanks Pandurang.

     

    This is really helpful!!

    BTW , is there a place where all the datanames are listed?

     

    yes

    Go to HW Ref Guide..you will find 'Data names' listed

    image.png.fbcfbbbd4f9437819337f3217fbee10a.png