!***************************************************************
! ZED / 2002-09-28 /                     
! Create Zed Cross Section      
!***************************************************************
!
H =  #HEIGHT#
T =  #THICK#
FL_L = #FL_LEFT#

point(1) -FL_L+T/2 , H/2
point(2)     T/2 , H/2
point(3)     T/2 , -H/2
point(4)    -T/2 , -H/2
point(5)    -T/2 , H/2-T
point(6) -FL_L+T/2 , H/2-T


cline(1) P1,P2,P3,P4,P5,P6
hatch L1
!
