Purpose: Defines the nodal coordinates
1. Record:
Form: KEY, CODE, FORMAT
Where: KEY = 2
CODE = C
FORMAT = Format indicator
0 = short format
1 = long format
Format:(1X,' 2','C',67X,I1)
Following records:
Form: KEY, NODE, X,Y,Z
Short Format:(1X,'-1',I5,3E12.5)
Long Format:(1X,'-1',I10,3E12.5)
Where: KEY = -1
NODE = nodenumber
X.. = koordinates
Last Record:
Form: KEY
Format:(1X,'-3')