Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Number of Node by coordinates (python script)

Status
Not open for further replies.

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
 
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.
 
Many thx

it works well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top