We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2007-11-29 08:09 PM
2007-11-30 03:44 AM
2007-11-30 03:22 PM
2007-11-30 03:57 PM
2007-12-03 03:10 PM
2007-12-03 04:30 PM
Brian wrote:It is assumed that 'ww' and 'mir' are set elsewhere to represent the globals for wall direction and mirroring.
Add these lines below the label_position lines of the part
if ww = 180 then ww = 0
if ww = 270 then ww = 90
rot2 ww+90
if mir = 1 then rot2 180
!Disable any other wall direction variables
!Add these lines above the STYLE lines of the partTechnically, those ROT transformations just need to be before the TEXT2 statement(s), not the STYLE definition or directive. IMO, it's a good habit to put the transformations near the things you are moving.
rot2 -ww
if mir = 1 then rot2 180