Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2017-01-09 05:25 PM
! ! Name : 17.71 regenwaterput.gsm ! Date : dinsdag 3 januari 2017 ! Version : 1.00 ! Written by GJS ! mul2 A/2.150000, B/2.150000 DIM typePut[][] typePut[1500][1] = "1500" !inhoud typePut[1500][2] = "-.75" !straal typePut[2000][1] = "2000" !inhoud typePut[2000][2] = "-.75" !straal typePut[3000][1] = "3000" !inhoud typePut[3000][2] = "-.875" !straal typePut[5000][1] = "5000" !inhoud typePut[5000][2] = "-1.075" !straal typePut[7000][1] = "7000" !inhoud typePut[7000][2] = "-1.225" !straal typePut[10000][1] = "10 000" !inhoud typePut[10000][2] = "-1.500" !straal typePut[15000][1] = "15 000" !inhoud typePut[15000][2] = "-1.500" !straal typePut[20000][1] = "20 000" !inhoud typePut[15000][2] = "-1.725" !straal DEFINE STYLE "tekstVetMiddel" "Arial Narrow Bold", 2.5,1,0 DEFINE STYLE "tekstKlein" "Arial Narrow", 1.5,1,0 Volume = typePut[putVolume][1] PARAGRAPH "putTekstPara" 2, 0, 0, 0, 1.15, 0 PEN 2 STYLE "tekstVetMiddel" "Regenwaterput ("+ Volume +" liter)\n" STYLE "tekstKlein" "volgens verordening hemelwater" ENDPARAGRAPH TEXTBLOCK "putTekst" 0, 5, !anchor 0, !angle 1, !width_factor 1, !charspace_factor 1, !fixed_height 1=mm, 0=m "putTekstPara" RICHTEXT2 0,0, "putTekst" straal = typePut[putVolume][2] fill putFill poly2_b{5} 9, 3, 1, 3, putSolid, putEmpty, 0, 0, 1, 0, 0, 1, 0, straal, -4.440892098501E-16, 33, 1.110223024625E-16, -5.551115123126E-16, 900, 0, -90, 4033, 1.110223024625E-16, -3.330669073875E-16, 900, 0, -90, 4033, -2.22044604925E-16, 0, 900, 0, -90, 4033, -1.110223024625E-16, -2.22044604925E-16, 900, 0, -90, 4033
2017-01-23 12:55 AM