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-09 04:48 PM
2008-05-09 05:14 PM
Matthew wrote:Well I thought so, and it really works with the sill value, but it doesn't with the width. That's the problem here. I think my problem is about the width value of the doors and windows,
can't it read the window parameters directly?
2008-05-09 06:42 PM
2008-05-09 07:02 PM
2008-05-09 07:20 PM
2008-05-09 07:47 PM
2008-05-09 09:14 PM
2008-05-09 11:17 PM
arqstein wrote:I think that SYMB_A_SIZE is the same as 'A' and the height is 'B' -
Finally found out! the parameter I needed was SYMB_A_SIZE
2008-05-10 12:29 AM