We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2016-12-05 01:43 PM
IF (A<minWidth) THEN parameters A = minWidth ENDIFThe picture is about this^^ but now I noticed it happens also without resizing to smaller than allowed. Resizing exactly to the min.width will also cause this.
values "A" range [minWidth, 10]"minWidth" is a parameter with type of "Length". The value is set in master script based on some calculations. The calculations doesn't have anything to do with A though.
2016-12-12 02:03 PM