Hi. Is there a way to find a node or element by ID in mesh module? I’m getting errors during solving and would like to know where the nodes/ elements are.
you can use mesh.FindNodeClosestTo( X,Y,Z )
It would work if I knew coordinates of the node, which I don’t. I was looking through all of the settings and windows and I found what I need. For some reason it wasn’t so obvious to me:
next time try to be more specific in your question/post. you can also in the VTK viewer right click numbering/display number nodes you will see all of them.
How can I be more specific: “how to find a node by ID?”?
in python? in the interface? get to view the value? get the value in a variable?
aaaa, sorry, you’re right.