!***************************************************************
! ZEDLIP / 2002-09-28 /                     
! Create Lipped "Zed" Cross Section      
!***************************************************************
!
H =  #HEIGHT#
T =  #THICK#
FL_R = #FL_RIGHT#
FL_L = #FL_LEFT#
L=#LIP#

point(1)   -FL_L+T/2 , H/2
point(2)         T/2 , H/2
point(3)         T/2 , -H/2+T
point(4)    FL_R-T/2 , -H/2+T
point(5)    FL_R-T/2 , -H/2
point(6)        -T/2 , -H/2
point(7)        -T/2 , H/2-T
point(8) -FL_L+3*T/2 , H/2-T
point(9) -FL_L+3*T/2 , H/2-L
point(10)  -FL_L+T/2 , H/2-L


cline(1) P1,P2,P3,P4,P5,P6,P7,P8,P9,P10
hatch L1
!
