Hello, I am facing an issue in assigning an id to my created node set using python API.
This syntax doesn't work:
node_set=ent.Set(model,cardimage="SET_GRID", name="node_set_name", id=9999)
I noted that when I try recording my commands and generate a python code from tcl, the command
*setvalue sets id=1 STATUS=2 id={sets 9999}
is not created in python and seems to have no equivalent.
Thanks