Marking nodes present in nodelist
Altair Forum User
Altair Employee
Hi,
I'm getting a list of node IDs and storing under a variable using 'set var [hm_nodelist element ID]'. The element ID is of an RBE, I'm getting all the node IDs but now I want to mark those nodes only.. but using *createmark nodes 1 $var, it is adding only the first node in the node list. How can I mark all nodes ?
Thanks
0
Answers
-
Hi,
you have to substitute $var by ids by 'eval'
or using hm_createmark
there is such sample here
http://forum.altairhyperworks.com/index.php?/topic/2168-createlist/#comment-4866
0 -
Thanks ! it worked.. Can you tell me why do we need to add 'eval' ?
0 -
Altair Forum User said:
Thanks ! it worked.. Can you tell me why do we need to add 'eval' ?
0