Distance Between Grill and Worktop Back/End
VentilationGrillToEOWandBOWRule
Distance between grill and back/end of the worktop.
Notification level: ℹ
Key | Value |
---|---|
ID | VentilationGrillToEOWandBOWRule |
Translation key (back of worktop case) | min_distance_grill_and_BOW_title min_distance_grill_and_BOW_error_message |
Translation key (end of worktop case) | min_distance_grill_and_EOW_title min_distance_grill_and_EOW_error_message |
Behavior
This rule checks the distance between the ventilation grill and the back or the end of the worktop in order to avoid the user to plan a dangerous kitchen.
The distance is checked in the left, right or back direction.
Trigger Conditions
If the distance between the ventilation grill and the back or the end of the worktop is less than the chosen distance parameter, the rule is triggered and the application recommends to move the ventilation grill to another position.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 50 | This parameter defines the necessary minimum distance of the ventilation grill to the end of the worktop. Mandatory. |
minDistanceBack | number | 60 | This parameter defines the necessary minimum distance of the ventilation grill to the back of the worktop. Mandatory. |
distance | number | 50 | (Deprecated. Use minDistance instead) This parameter defines the necessary minimum distance of the ventilation grill to the end of the worktop. Mandatory. |
backdistance | number | 60 | (Deprecated. Use minDistanceBack instead) This parameter defines the necessary minimum distance of the ventilation grill to the back of the worktop. Mandatory. |
Sample
{
"minDistance":50,
"minDistanceBack":60
}
Illustration
Case 1 – Back of the worktop
The ventilation grill is close to the back of the worktop, the rule is triggered and informs the user to change the position of the ventilation grill. An animation is displayed to guide the user through the changes.
Once the user has moved the ventilation grill away from the back of the worktop to a distance equal to or more than 60 mm (the overload value in this example), the design is error free.
Case 2 – End of the worktop
The ventilation grill is close to the end of the worktop, the rule is triggered and informs the user to change the position of the ventilation grill. An animation is displayed to guide the user through the changes.
Once the user has moved the ventilation grill away from the end of the worktop to a distance equal to or more than 50mm (the overload value in this example), the design is error free.