Adjacent Wall Units
AdjacentWallUnitsRule
Top alignment of adjacent wall units.
Notification level: ℹ
Key | Value |
---|---|
ID | AdjacentWallUnitsRule |
Translation key | adjacent_wall_unit_rule_title adjacent_wall_unit_rule_error_message |
Behavior
This rule checks the top alignment of a wall unit with the adjacent units and suggest a modification to the user.
Trigger Conditions
It is triggered if the minimum difference in altitude distance between a wall cabinet and any other adjacent unit is higher than the tolerance limit; the application recommends to align the units.
Affected Products
Wall cabinets, corner cabinets, high cabinets, ovens, fridges and hoods, including free standing fridges and hoods are affected by this rule.
The following information is mandatory to have a check on adjacent wall units:
- Products with the closed tags
Fridge
orHood
must have alayout
parameter withfreeStanding
as default value. - Products with the parameter
worktopOption
.
Overload Parameter
Key name | Type | Default Value | Description |
---|---|---|---|
minTolerance | number | 5 | Defines the top-alignment of a wall cabinet with adjacent units, in millimeters. The default value is 5. This means that the difference between the tops of two adjacent units should be at most 5 mm. |
For example:
{
"minTolerance": 5
}
Illustration
The difference in altitude distance between the wall cabinet and the high cabinet is greater than 5 mm, the business rule is triggered and informs the user to align the wall cabinet. The Help center displays a Recommendation icon and guides the user to make the expected changes.
In this case, the user has to move down the wall cabinet to align its top with the adjacent high cabinet and match the required distance of at most 5 mm.
After clicking Refresh the check on the Help center, the user is informed that the design is now error free.