I have hundreds of points that I was thinking I wanted to read in from a csv file to create nodes, and local coordinate systems for each of those nodes, but the end goal is to be able to apply a force at the node locations according to the local coordinate systems that were created.
I read somewhere here, that nodes are not related to the mesh in any way, so Is there a way then to find the nearest node location in the existing mesh closest to the node I create from the csv file?
Also, once a node is created by: *createnode $X_Pos $Y_Pos $Z_Pos 0 0 0 is there a way to capture the node ID that was created so that it can be referred to when creating the local coord system using *systemcreate3nodes ?