Worktop Thickness and Cooktop
ThicknessForHobOvenCabinetRule
Compatibility of the worktop thickness with the cooktop.
Notification level: ⚠
Key | Value |
---|---|
ID | ThicknessForHobOvenCabinetRule |
Translation key | cooktop_oven_cabinet_thickness_rule_title cooktop_oven_cabinet_thickness_rule_error_message |
Behavior
This rule checks if the thickness of the worktop is compatible with the cooktop that will be placed on it, to prevent the user from planning a dangerous kitchen.
Trigger Conditions
It is triggered if the cooktop is not compatible with the thickness of the worktop. The application recommends to modify the cabinet with a compatible worktop/cooktop combination.
Affected products
The rule affects the Cooktop cabinets with closed tag Cooktops
and the parameter energyType
.
This information is mandatory in order to have a check on this kind of products.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
energyType | string | induction | This parameter defines different energy types, such as "gas", "ceramic", etc. Optional. |
minThickness | number | 38 | This parameter defines the minimum thickness required for a worktop to place a cooktop on it. Optional. |
compatibleFurniture | object | – | Object with a unique values key, itself containing the list of product IDs that will be considered to check this rule. Mandatory. |
thickness | number | 38 | (Deprecated, use minThickness) This parameter defines the minimum thickness required for a worktop to place a cooktop on it. |
Deprecated Overload parameter :
{
"minThickness":38,
"compatibleFurniture": {
"values" : ["26", "14151", "14004"]
}
}
Overload parameter to use :
[
{
"energyType":"induction",
"minThickness":38,
"compatibleFurniture": {
"values" : ["26", "14151", "14004"]
}
},
{
"energyType":"gas",
"minThickness":20,
"compatibleFurniture": {
"values" : ["1", "2", "3"]
}
},
{
"energyType":"ceramic",
"minThickness":30,
"compatibleFurniture": {
"values" : ["4", "5", "6"]
}
}
]
Illustration
The thickness of the worktop is less than the thickness parameter, the business rule is triggered and informs the user to change the worktop or the cooktop with respective compatible product. An animation is displayed to guide the user through the changes.
In the case below, the user chose to replace the worktop with one matching the thickness value of 38 mm (the overload value in this example).
In this other case, the user chose to replace the cooktop with a compatible cooktop.
After clicking Refresh the check on the Help center, the design is now error free.