Marking nodes present in nodelist
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
Find more posts tagged with
Sort by:
1 - 3 of
31
Thanks ! it worked.. Can you tell me why do we need to add 'eval' ?
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