Select component collector by surfaces

User: "Roshan Shiveshwar"
Altair Community Member
Updated by Roshan Shiveshwar

Hi ,

 

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

 

Thanks,

Roshan

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Pandurang"
    Altair Community Member
    Updated by Pandurang

    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

    User: "Roshan Shiveshwar"
    Altair Community Member
    OP
    Updated by Roshan Shiveshwar

    Thanks Pandurang.

     

    This is really helpful!!

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

    User: "Pandurang"
    Altair Community Member
    Updated by Pandurang

    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