We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2007-11-08 07:29 PM
2007-11-08 07:55 PM
2007-11-09 07:40 PM
IF room_area > max_area THEN TEXT2 x1, y1, "Max area exceeded" ENDIFNote that the variable names (lower case) are just examples that I made up. You would need to chose whatever works for you and make sure they have the right values.
2007-11-12 04:11 PM
2007-11-12 08:54 PM
Michele wrote:What I've seen people do is create a scale-sensitive toggle in the script, use some scale that never goes to production drawings for this type of checks with script-generated information, and save that into a view. That way you don't need to mess around with object settings, and your production views and drawings are always clean and final.
I'll have to also make a toggle to turn it off once I've seen the warning text.