I'm using Abaqus 2024 and I have this doubt since I need to identify the nodes ordering as you can see in the image attached. In my subroutine I declared these variables:
XE1 = COORDNODES(1,3)
XE2 = COORDNODES(1,1)
YE1 = COORDNODES(2,1)
YE2 = COORDNODES(2,3)
ZE1 = COORDNODES(3,3)
when I change the orientation applying a local axis, I want to know if the element vertices will keep the same ordering or they will swap according to new local orientation.