Distance Between Oven and Wall
OvenRule
Distance between oven and wall.
Notification level: ℹ
Key | Value |
---|---|
ID | OvenRule |
Translation key | oven_rule_title oven_rule_error_message |
Behavior
This rule checks the distance between a freestanding or built-in oven and a wall in order to prevent the user from planning a dangerous kitchen.
Trigger Conditions
It is triggered if the distance between a freestanding or built-in oven and wall is less than the chosen distance parameter, the rule is triggered and the application warns to move the oven to another position.
Affected Products
The products affected by this rule are:
- The oven cabinet with the closed tag
OvenCabinets
. - One of the child product with the respective closed tag
Ovens
.
This information is mandatory in order to have a check on this kind of products.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 50 | This parameter defines the necessary limit distance between the oven and a wall. Optional. |
distance | number | 50 | (Deprecated, use minDistance) This parameter defines the necessary limit distance between the oven and a wall. |
{
"minDistance":50
}
Illustration
An oven is close to a wall, the rule is triggered and informs the user to change the position of this oven. An animation is displayed to guide the user through the changes.
Once the user moves the oven away from the wall to a distance of at least 50mm (the overload value in this example):
After clicking Refresh the check on the Help center, the design is now error free.