Export contained Node ids for a specific surface with Global Element id

Export contained Node ids for a specific surface with Global Element id

Hi all,

I try to export the node ids for a specific surface, for instance in surface 1
First, I apply:
brick x 100 y 100 z 100
mesh Volume 1
block 1001 add surface 1

Then, I used the command:
export abaqus “filename” block 1001 overwrite
The output is almost what I needed.
But ,in ELEMENTS
*ELEMENT, TYPE=S4R, ELSET=face_topo
1001, 1, 3, 41, 40
1002, 3, 4, 42, 41
1003, 4, 5, 43, 42
1004, 5, 6, 44, 43
1005, 6, 7, 45, 44
1006, 7, 8, 46, 45
I don’t know why the number count from 1001 to 1100
The Global number of elements should be 1000,
And I check the surface 1, the global element id should be 1, 11, 21,31,…991 in surface 1
Why the export output became 1001,1002,1003…

Does anyone can help me
Thank you very much