Hello!
I have a point with coordinates x,y,z. Is it possible to detemine from python script to which element this point belongs to?
Thank you!
Hello!
I have a point with coordinates x,y,z. Is it possible to detemine from python script to which element this point belongs to?
Thank you!
First find the node, then use
First find the node, then use
This method returns a tuple of element objects that share the node.
In reply to First find the node, then use by chen1164
Thank a lot!
Thank a lot!
Looks like it is the only way to do it.