We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2008-12-23 04:58 AM
2008-12-23 02:33 PM
2008-12-23 08:00 PM
2008-12-23 09:30 PM
jclewis wrote:James,
Thats odd. Page 87 of AC 12 GDL Reference Guide:
See “Additional Status Codes” on page141 for details.
And they do work--quite well horizontally, very poorly vertically.
EPS = 0.0001
resol 24
!!! ----- correction -----
! for k = 0 to 90+EPS step 360/24
! put cos(360-k), sin(360-k), 0.20*(1-k/90), 15+64
! next k
!!! ----- bad scripting -----
put 0.00, 0.00 , 0.10, 900
put 0.00, -90 , 0.00, 4000+15+64
mass matTop, matBot, matSide,
5+nsp/4, 1, 1+4+16+128, -0.5,
1.00, 1.00 , 0.20, 15, ! contour
1.00, 0.00 , 0.20, 15+64,
get(nsp),
-1.00, -1.00 , 0.00, 15,
-1.00, 1.00 , 0.20, 15,
1.00, 1.00 , 0.20, -1,
0.00, 0.00 , 0.15, -1 ! centre point
2008-12-24 07:32 PM