Hello All,
I am new to Tcl scripting ,require your help for moving each surface into a different component by its name
*createmark surfaces 1 'displayed'
foreach s [hm_getmark surfaces 1] {
set compname[ hm_getentityvalue surfaces $s collector.name 1 ]
It is reading the name of collector but not recognizing the variable compname .
Please hlp