🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Show components by name

User: "AlvaroBueno"
Altair Community Member
Updated by AlvaroBueno

 

Hello,
I want to look for components whose name ends in *ext (as when we search strings in the top of model browser)
I need to show only the results components.

Thanks!

 

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hi

     

    lsearch -all -inline -glob [hm_entitylist comps name] *ext

    User: "AlvaroBueno"
    Altair Community Member
    OP
    Updated by AlvaroBueno

    Hello again,

    First of all, many thanks for your reply.
    I'm trying to do something like this:

    *createmark components 1 'by name' {lsearch -all -inline -glob [hm_entitylist comps name]*ext}
    *showentitybymark 1

    I've done tcl with simple commands, I've never used lists ...
    I would appreciate your help again

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hello again,

    First of all, many thanks for your reply.
    I'm trying to do something like this:

    *createmark components 1 'by name' {*}[lsearch -all -inline -glob [hm_entitylist comps name] *ext]
    *showentitybymark 1

    I've done tcl with simple commands, I've never used lists ...
    I would appreciate your help again

     

     

    Bold text

    User: "AlvaroBueno"
    Altair Community Member
    OP
    Updated by AlvaroBueno

     

    Tinh, thank you so much for your help!!!


    Best regards!