Listing marked elements to respectie collector with tcl
Altair Forum User
Altair Employee
Answers
-
Hi, Ram
You can:
- Loop through each element and get its component by [hm_entityvalue elems $ElemId collector.id 0] , or
- Loop through each component and get its element by *createmark elems 2 'by comp id' $CompId, then intersect elems in mark 1 with elems in mark 2 (*intersection mark)
with 200K elems, you should loop component
0 -
Thanks Tinh,
Let me try this.
regards
Ram
0