...Solution section with the following script...
! This code exports the nodal information for the mirror faces
/POST1
SET,FIRST
CMSEL,S,Face
*GET, NCOUNT, NODE, 0, COUNT
*SET, NNEXT, 0
*SET, LOOP, 0
*DIM, RESULTS_Face, ARRAY, NCOUNT, 11
*DO, LOOP, 1, NCOUNT, 1
*GET, NNEXT, NODE...