We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2006-11-06 11:34 AM - last edited on 2023-05-24 12:46 PM by Rubia Torres
2006-11-06 01:39 PM
n=24 msk=15 sts=1+2+16+64+128 x=1.5 !width y=2 !height L=2 !length of the cone distance=WALL_THICKNESS ! to the end !calculation r=x/2 !radius (not used) e=x/y !eccentricity (not used) for i=0 to n w=i*360/n put x*cos(w)/2,b/2+y*sin(w)/2,msk next i !cut WALLNICHE n, 2, sts, 0,0,L , distance, get(n*3) WALLNICHE 5, 2, sts, 0,0,L , distance, -a/2,0,msk, a/2,0,msk, a/2,b/2,msk, -a/2,b/2,msk, -a/2,0,msk
2006-11-06 07:55 PM