[dynTemp] Grid dimensions changed
Overview
This condition is true when the RealGridElement dimensions differ from the corresponding element in the page template. It checks one dimension at a time: width or height.
How it works
The condition reads the planning record to identify the current planning. It retrieves the RealGridElement coordinates stored in the planning and the coordinates of the corresponding element in the page template.
For the selected dimension, it compares the two sets of edges:
- Width: compares the left edge, then the right edge.
- Height: compares the top edge, then the bottom edge.
If either edge in the selected dimension differs by more than the tolerance value, the condition is true and any dependent layout rules execute. If both edges are within the tolerance, the condition is false and the rules are skipped.
The condition checks only the selected dimension. To guard rules against changes in both width and height, assign this condition twice with different direction settings.
Parameters
| # | Name | Data type | Default | Description | List values (ISON) |
| Check direction | Dropdown | Selects which dimension is compared. The condition checks only this dimension. To check both, use this condition twice. | :I:k_WIDTH:I:k_HEIGHT | ||
| Tolerance in mm | String | 0.0 | Differences up to this value are ignored. Leave empty to use the default of 0.0 mm. |