i need way to extract the nodal coordinate of deformed shape

i use this but show just coordinate of undeformed shape

Main menu > List > Nodes > (Coordinates only)

Main menu > List > Elements > Nodes+Attributes

i use this code but give me error

/POST1

SET,LAST

NLIST, , ,

*GET,NODES_TOTAL,NNODE,,NUM

*DIM,XCOORD,ARRAY,NODES_TOTAL *DIM,YCOORD,ARRAY,NODES_TOTAL *DIM,ZCOORD,ARRAY,NODES_TOTAL

NLOOP,1,NODES_TOTAL NNUM = NLIST(NLOOP) *GET,XCOORD(NLOOP),NODE,NNUM,LOC,X *GET,YCOORD(NLOOP),NODE,NNUM,LOC,Y *GET,ZCOORD(NLOOP),NODE,NNUM,LOC,Z ENDLOOP

/EXIT

Similar questions and discussions