Show components by name
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!
Answers
-
Hi
lsearch -all -inline -glob [hm_entitylist comps name] *ext
0 -
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 again0 -
Altair Forum User said:
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 againBold text
0 -
Tinh, thank you so much for your help!!!
Best regards!0