tcl to create sets
Altair Forum User
Altair Employee
Answers
-
Hi,
try:
*displaynone
*createmark nodes 1 displayed
*entitysetcreate YourSet nodes 1
0 -
Just a note ... this command is deprecated I guess, it still works but a problem occured when dealing with large amoung of ids ...to assign to a set..
this way it works!
/emoticons/default_blink.png' title=':blink:' />
*createmark elems 2 'by collector' 1 *entitysetcreate ELEMS elems 2 *setvalue sets id=2 cardimage='SET_ELEM' *setvalue sets id=2 STATUS=0 5422=LIST set ids [hm_getmark elems 2] eval *setvalue sets id=2 ids={elems $ids}
the step with set ids ... is critical.
0