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!

*GET node number at xyz location 1

Status
Not open for further replies.

LaureB

Aerospace
Joined
Oct 27, 2005
Messages
2
Location
FR
To get the number of a node at an x, y, z location using the *GET function (that can be used from a macro):
The manual appears to imply you can enter LOC(x,y,z) but there are not enough places to do this.
Anybody any ideas please.
 
You can use this:

nodenumber=node(x,y,z)

Alex
 
Thanks mihaiupb, thats even better than using the rather complicated *GET function.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top