Hello everyone,
With a script I try to get the coordinates of the nodes of a particular surface.
The problem is that they are sorted according to their index and it gives this as a result for example:
coord = [G,E,K,
L,J,B,
N,K,M
H,I,A,
F,C,O ]
The...