Oct 27, 2005 #1 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.
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.
Oct 28, 2005 1 #2 meshparts Mechanical Joined Feb 17, 2005 Messages 490 Location DE You can use this: nodenumber=node(x,y,z) Alex Upvote 0 Downvote
Oct 28, 2005 Thread starter #3 LaureB Aerospace Joined Oct 27, 2005 Messages 2 Location FR Thanks mihaiupb, thats even better than using the rather complicated *GET function. Upvote 0 Downvote