Preserve Node Selection
Hi All,
I want to select Preserved nodes to make temp nodes. When 'all' elements are masked, preserved nodes are not getting selected. ??
I used following commands :
*createmark nodes 1 'displayed'
*maketempfrompreservednodes 1
Error: some preserved nodes must be selected (As all the elements are masked, only displayed 'preserve nodes' i want to select)
ThankYou.
Answers
-
Check whether this document can help you.
0 -
Altair Forum User said:
Thanks, but couldn't get the commands from it to select the nodes from panel...
0 -
Altair Forum User said:
*createmark nodes 1 'displayed'
Instead of 'displayed', use 'all', so that all nodes including preserve nodes will be selected.
or else try this Tcl code which will convert all preserve nodes to temporary nodes.
0