Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2013-05-12 04:46 AM
2013-05-12 07:23 AM
2013-05-12 12:34 PM
n=1: GOSUB 35 ADDx 5 n=2: GOSUB 35 END 35: !!! Thing GROUP 'Thing 1'+STR(n,1,0) BLOCK 1,1,1 ENDGROUP GROUP 'Thing 2'+STR(n,1,0) BLOCK .5,.5,1 ENDGROUP result = SUBGROUP('Thing 1'+STR(n,1,0), 'Thing 2'+STR(n,1,0)) PLACEGROUP result KILLGROUP 'Thing 1'+STR(n,1,0) KILLGROUP 'Thing 2'+STR(n,1,0) !!! Thing 3 BLOCK 2,2,.1 RETURN
2013-05-13 04:46 AM