Dear all,
I am a new user of HM. Maybe this is an easy one, or... just not possible for what ever reason..
I need to create a script to change the name of the collector/component.
Basically i want its name to reflect the material as well as the elem type used.
I was able to find how to get...
is there any shorter than this???
set id 10
set prop [hm_getentityvalue comps $id "property.id" 0 -byid]
set s1 [hm_attributelist props $prop name]
set s2 " "
set endo [string first $s2 $s1]
set elemt [string range $s1 0 $endo]
puts $elemt
Dear all,
I am a new user pf HM. Maybe this is an easy one, or... just not possible for what ever reason..
I need to create a script to change the name of the collector/component.
Basically i want its name to reflect the material as well as the elem type used.
I was able to find how to get...