Sort by:
1 - 7 of
71
Hi
*createmarkpanel comps 1 'you don't prompt anything ?' *createmark elems 1 'by comp id' {*}[hm_getmark comps 1] set Types [lsort -unique [string map {103 2d 104 2d 204 3d 206 3d 208 3d} [lsort -unique [hm_getvalue elems mark=1 dataname=config]]]] puts $Types
Thanks Tinh,
one query...
what is use of --> {*}

Altair Community Member
Updated by Mrunmaya M
Hi,
One query
How do i interpret the return value of puts $Types.
If it is printing 2 what does that mean ?
Regards,
Mrunmaya Mudigere.

Altair Community Member
Updated by Mrunmaya M
Hi,
Thanks for the reply
From knowing 2 is plot how can i make out whether the selected component contains 2d 0r 3d elements
Regards,
Mrunmaya Mudigere.
Hi
*createmarkpanel comps 1 'you don't prompt anything ?' *createmark elems 1 'by comp id' {*}[hm_getmark comps 1] set Types [lsort -unique [string map {103 2d 104 2d 204 3d 206 3d 208 3d} [lsort -unique [hm_getvalue elems mark=1 dataname=config]]]] puts $Types