Distance Between Dishwasher and Corner Unit
DishwasherCornerSolutionRule
Distance between dishwasher and corner unit.
Notification level: ℹ
Key | Value |
---|---|
ID | DishwasherCornerSolutionRule |
Translation key | dishwasher_corner_title dishwasher_corner_error_message |
Behavior
This rule checks the distance between a dishwasher (built-in or freestanding) and a corner base unit in order to prevent the user from planning a dangerous kitchen.
Trigger Conditions
It is triggered if the distance between a dishwasher and a corner base unit is less than the chosen distance parameter, the application recommends to move the dishwasher to another position.
Affected products
The rule affects the following products:
- A corner base unit with the closed tag
CornerCabinets
. - A filler strip angle with the closed tag
FillerStripAngle
. - A dishwasher with the closer tag
Dishwashers
.
This information is mandatory in order to have a check on this kind of products.
Overload Parameter
Key name | Type | Mandatory | Description |
---|---|---|---|
minDistance | number | 200 | This parameter defines the necessary limit distance between the dishwasher and a corner base unit. Mandatory. |
distance | number | 200 | (Deprecated, use minDistance) This parameter defines the necessary limit distance between the dishwasher and a corner base unit. |
For example:
{
"minDistance":200
}
Illustration
A dishwasher is close to a corner base unit, the rule is triggered and informs the user to change the position of this dishwasher. An animation is displayed to guide the user through changes.
Once the user has moved the dishwasher away from the corner base unit to a distance greater than or equal to 200 mm (the overload value in this example).
After clicking Refresh the check on the Help center, the design is now error free.