Matthew wrote:
Try using the RANGE setting. Such as:
VALUES `A` RANGE [30, 1000)
Not quite what I was looking for. Perhaps a better explanation of what I'm trying to do.
The GDL I'm building will draw restroom stalls that conform to ADA. If you stretch the object in the A direction, you get more stalls and/or urinals. I want to keep people from stretching it smaller than an ADA compliant stall. So I used the simple statement "IF A < ada_min THEN PARAMETERS A = ada_min". Unfortunately, when this line of code executes it doesn't reposition the hotspot I was just dragging, it moves everything else (see graphic).
How can I get the hotspot labeled "H1" to stay where it is unless it is the hotspot being edited?