Distance Between Hob and Hood
HobHoodRule
Distance between a hob and a hood.
Notification level: ⚠
Key | Value |
---|---|
ID | HobHoodRule |
Translation key | hood_hob_rule_title hood_hob_rule_error_message, hood_hob_rule_for_specific_case_error_message, hood_hob_rule_for_hood_freestanding_hob_with_gas_error_message,hood_hob_rule_for_hood_freestanding_hob_without_gas_error_message,hood_hob_rule_for_hood_cabinet_hob_with_gas_error_message,hood_hob_rule_for_hood_cabinet_hob_without_gas_error_message,hood_hob_rule_for_angled_hood_case_error_message |
Behavior
This rule checks the distance between a hob and a hood in order to save the user from planning a dangerous kitchen.
Trigger Conditions
It is triggered if the distance between a hob and a hood is less than the minimum distance (in millimeters). The application warns to move the hood to another position.
Affected Products
The following information is mandatory in order to have a check on this kind of products.
In the most common case, the rule affects:
- Hoods having both a closed tag
Hoods
and alayout
option with the valuesbuiltIn
orfreeStanding
orfreeStandingAngled
. - Hobs must have a closed tag
Cooktops
.
In the specific case of a built-in hood with fan, the rule affects:
- Hoods having the closed tag
Hoods
and alayout
option with the valuebuiltIn
orfreeStanding
. - Cooktops having a closed tag
Cooktops
and aenergyType
option with the valuesinduction
orceramic
orgas
.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistanceHoodCabinet | object | 650 | This parameter defines the necessary limit distance between the hood and a hob. Mandatory. |
minDistanceHoodCabinetWithFan | object | 560 | This parameter defines the necessary limit distance between the built-in hood with fan and a hob. Optional. |
minDistFromHoodCabinet | object | 650 | (Deprecated, use minDistanceHoodCabinet) This parameter defines the necessary limit distance between the hood and a hob. |
minDistFromHoodCabinetWithFan | object | 560 | (Deprecated, use minDistanceHoodCabinetWithFan) This parameter defines the necessary limit distance between the built-in hood with fan and a hob. |
minDistanceHoodFreestandingHobWithGas | object | 650 | This parameter defines the necessary limit distance between the freestanding hood and a hob with gas. |
minDistanceHoodCabinetWithFanHobWithGas | object | 560 | This parameter defines the necessary limit distance between the built-in hood with fan and a hob with gas. |
minDistanceHoodFreestandingHobWithoutGas | object | 650 | This parameter defines the necessary limit distance between the freeStanding hood and a hob without gas. |
minDistanceHoodCabinetWithFanHobWithoutGas | object | 560 | This parameter defines the necessary limit distance between the built-in hood with fan and a hob without gas. |
minDistanceHoodAngled | object | 650 | This parameter defines the necessary limit distance between the angled hood and a hob. |
For example:
{
"minDistanceHoodCabinet":650,
"minDistanceHoodCabinetWithFan":560,
"minDistanceHoodFreestandingHobWithGas":650,
"minDistanceHoodCabinetWithFanHobWithGas":560,
"minDistanceHoodFreestandingHobWithoutGas":650,
"minDistanceHoodCabinetWithFanHobWithoutGas":560,
"minDistanceHoodAngled":650
}
Illustration
Case 1 – Common case
A hood is close to a hob, the rule is triggered and informs the user to change the position of this hood. An animation is displayed to guide the user through the changes.
Once the user has moved the hood away from the hob to a distance greater than or equal to 650 mm (the overload value in this example).
After clicking Refresh the check on the Help center, the design is now error free.
Case 2 – Built-in hood with fan
In the specific case of a built-in hood with fan, the rule checks the distance.
Once the user has moved the hood away from the hob to a distance greater than or equal to 560 mm (the overload value in this example).
After clicking Refresh the check on the Help center, the design is now error free.
Case 3 – Built-in hood with fan with gas
In the specific case of a built-in hood with fan with gas, the rule checks the distance.
Once the user has moved the hood away from the hob to a distance greater than or equal to 560 mm (the overload value in this example).
Case 4 – Built-in hood with fan without gas
In the specific case of a built-in hood with fan without gas, the rule checks the distance.
Once the user has moved the hood away from the hob to a distance greater than or equal to 560 mm (the overload value in this example).
Case 5 – Freestanding hood with gas
In the specific case of a freeStanding hood with gas, the rule checks the distance.
Once the user has moved the hood away from the hob to a distance greater than or equal to 650 mm (the overload value in this example).
Case 6 – Freestanding hood without gas
In the specific case of a freeStanding hood without gas, the rule checks the distance.
Once the user has moved the hood away from the hob to a distance greater than or equal to 650 mm (the overload value in this example).
Case 7 – Angled hood case
In the specific case of a angled hood case, the rule checks the distance.
Once the user has moved the hood away from the hob to a distance greater than or equal to 650 mm (the overload value in this example).