2008-05-09 03:14 PM - last edited on 2023-05-24 12:43 PM by Rubia Torres
! draw the elevation
drawing3 -3,90,2
!subtracts the sill height to go to the floor position
add2 0,-WIDO_SILL_HEIGHT
! Draw the first floor line
pen 1
line2 -WIDO_N_RSIDE_WIDTH/2,0,WIDO_N_RSIDE_WIDTH/2,0
! Draw the second floor line
add2 0,-.05
pen 6
line2 -WIDO_N_RSIDE_WIDTH/2,0,WIDO_N_RSIDE_WIDTH/2,0
add2 0,-.1
! Draw the third floor line
pen 6
line2 -WIDO_N_RSIDE_WIDTH/2,0,WIDO_N_RSIDE_WIDTH/2,0
pen 1
del top
2008-05-10 11:36 PM
2008-05-12 04:30 PM
2008-05-13 01:35 PM