We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2012-06-07 03:29 AM - last edited on 2023-05-24 11:49 AM by Rubia Torres
2012-06-07 04:01 PM
IF GLOB_CONTEXT=1|GLOB_CONTEXT=2|GLOB_CONTEXT=5|GLOB_CONTEXT=22 THEN GOTO "START" ELSE END ENDIFand then added a label for the beginning of the script. Still gives the transformations DEL error when switching to side view or 3d view in the settings dialog (GLOB_CONTEXT 5)... but I can live with that for now.
2012-06-07 09:48 PM
FOR f=1 TO 50 ADDx 1 ADDx -1 NEXT f
2012-06-08 12:41 AM
2012-06-08 08:21 AM
ROT2 45 ADD2 1, 0 [commands] ADD2 -1, 0 ROT2 -45 ! instead of DEL 2
DEL
DEL (MIN(NTR(),1)
2012-06-08 03:53 PM
2012-06-09 09:32 AM
CIRCLE2 0, 0, 0.2 BLOCK 1, 1, 1 ADD2 1, 0 CIRCLE2 0, 0, 0.2 SPHERE 0.5 DEL MIN(NTR(), 1) ADD2 0, 1 CIRCLE2 0, 0, 0.2 DEL MIN(NTR(), 1) CIRCLE2 0, 0, 0.1 CIRCLE 1
CIRCLE2 0, 0, 0.2 ADD2 1, 0 CIRCLE2 0, 0, 0.2 DEL 1 ADD2 0, 1 CIRCLE2 0, 0, 0.2 DEL 1 CIRCLE2 0, 0, 0.1
BLOCK 1,1,1 SPHERE 0.5 DEL 0 DEL 0 CIRCLE 1
2014-04-03 10:06 AM