Hi all,
Is there a way to find which component a solid belongs to?
I couldn't find a tcl command for this...
Thanks.
The following code will give you the ID of collector of solid:
hm_getvalue solids id=NUM dataname=collector
Where NUM is solid ID.
Perfect! I tried the same line but with 'component' instead of 'collector'...
Thanks a lot.
The following code will give you the ID of collector of solid:
Where NUM is solid ID.