[dynTemp] Grid dimensions are in range
Overview
This condition is true when the RealGridElement width or height falls within a defined range. It checks one dimension at a time: width or height.
How it works
The condition reads the planning record to identify the current planning and retrieves the RealGridElement coordinates.
It calculates the actual width or height of the RealGridElement and checks whether the value falls within the defined range (from and to, in millimetres). If the dimension is within the range, the condition is true and dependent rules execute. If it is outside the range, the condition is false.
If the "from" value is greater than or equal to the "to" value, the condition returns an error and does not execute.
Parameters
| # | Name | Data type | Default | Description | List values (ISON) |
| Check direction | Dropdown | Selects which dimension is measured against the range. | :I:k_WIDTH:I:k_HEIGHT | ||
| Range "from" in mm | String | The start of the range. Must be a valid decimal number and smaller than the "to" value. | |||
| Range "to" in mm | String | The end of the range. Must be a valid decimal number and larger than the "from" value. |