Submitted by sergkuznet on Fri, 08/22/2014 - 18:13 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! chen1164 First find the node, then use First find the node, then use 31.9.4 getElements() This method returns a tuple of element objects that share the node. Log in or register to post comments Thu, 09/11/2014 - 06:28 Permalink sergkuznet 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. Log in or register to post comments Wed, 10/01/2014 - 18:57 Permalink Log in or register to post comments8881 views
chen1164 First find the node, then use First find the node, then use 31.9.4 getElements() This method returns a tuple of element objects that share the node. Log in or register to post comments Thu, 09/11/2014 - 06:28 Permalink
sergkuznet 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. Log in or register to post comments Wed, 10/01/2014 - 18:57 Permalink
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.