! -------------------
! | ROAD DATA FILE |
! -------------------
!
! jeep road file-flat
!
METHOD
GENDATA
!
! Conversion factors
!
X_SCALE
1.0
Y_SCALE
1.0
Z_SCALE
1.0
!
!Road origin is located at the following global coordinates in the data set.
!
ORIGIN
0 0 0
UP
0.0,1.0,0.0
!
!Road coordiante system is oriented with respect to the global origin by the
!following transformation matrix.
ORIENTATION
1 0 0
0 1 0
0 0 1
!
!Coordinates for the node points on the road.
!
NODES
4
1 200000.0 0.0 -20000.0
2 -500000.0 0.0 -20000.0
3 200000.0 0.0 400000.0
4 -500000.0 0.0 400000.0
!
!Connectivity of node points defining the triangular element.
!
ELEMENTS
2
1 2 3 1.0 1.0
2 3 4 1.0 1.0