Hi,
First,
Say i want to create a nodal set consisting of nodes 8000,8001and 8002 , How do we do that using python - can we use the node number as a pointer to select nodes ..
Second,
I wish to select all the elements attached to the nodes again using Python?
Thanks in Advance,
Prithivi
Forums
You may use,
You may use,
.SetFromNodeLabels(...) for the first problem, and
.getElements() for the second.