# source: aritzmann http://tecplottalk.com/forums/viewtopic.php?t=558 
VARIABLES="X" "Y" "Z"
ZONE T="Test"
ZONETYPE=FEPOLYGON
Nodes=5
Elements=1
Faces=5
NumConnectedBoundaryFaces=0 
TotalNumBoundaryConnections=0 
# X Data 
0 0 .5 1 1
# Y Data
0 1 1.5 1 0
# Z Data
1 2 3.6 2 1.2
# Face Nodes List
1 2
2 3
3 4
4 5
5 1
# Face Left Elements (In this case, they all point to the single element in this zone)
1 1 1 1 1
# Face Right elements (0 means no boundary, -n means use the nth boundary connection)
0 0 0 0 0

