Jun 21, 2015 #1 Ezio88 Mechanical Joined Jun 3, 2015 Messages 14 Location DE hi, i am searching a method to find the node number nearest a coordinate. is there a method to find out which node is nearest to special coordinates? best regards
hi, i am searching a method to find the node number nearest a coordinate. is there a method to find out which node is nearest to special coordinates? best regards
Jun 22, 2015 #2 Mustaine3 Mechanical Joined Feb 25, 2015 Messages 1,645 Location FR I think there is no special method for that. You can ask for surrounding nodes with getByBoundingSphere() and then calculate the distance of all these nodes to your coordinate. Upvote 0 Downvote
I think there is no special method for that. You can ask for surrounding nodes with getByBoundingSphere() and then calculate the distance of all these nodes to your coordinate.
Jun 23, 2015 Thread starter #3 Ezio88 Mechanical Joined Jun 3, 2015 Messages 14 Location DE Many thx it works well. Upvote 0 Downvote