Worktop around a Cooking Unit
WorktopAroundCooktopRule
Distance around the cooktop area.
Notification level: ℹ
Key | Value |
---|---|
ID | WorktopAroundCooktopRule |
Translation key | worktop_cooktop_rule_title worktop_cooktop_Freestanding_rule_error_message worktop_cooktop_noFreestanding_rule_error_message |
Behavior
This rule checks the minimum distance left and right around a cooktop (built-in and freestanding) on the worktop, in order to prevent the user from planning a dangerous kitchen.
Trigger Conditions
It is triggered if the minimum distance to the worktop left and right of the cooktop area is less than the distance parameter. The application recommends to modify these dimensions.
The following information is mandatory in order to have a check on the freestanding and built-in cooktops.
Case of a Freestanding Cooktop
The cooktop product must have a closed tag Ovens
or Cooktop
as well as an option with the ID layout
and the value freeStanding
.
Case of a Built-In Cooktop
The cooktop product must have a closed tag Ovens
or Cooktop
as well as an option with the ID layout
and the value builtIn
.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 400 | This parameter defines the necessary minimum distance with the worktop around a cooktop area. Mandatory. |
distance | number | 400 | (Deprecated. Use minDistance instead) This parameter defines the necessary minimum distance with the worktop around a cooktop area. |
For example:
{
"minDistance":400
}
Illustration
Case 1 – Built-in cooktop
The minimum distance with the worktop left and right the cooktop area is less than the distance parameter for this configuration. The rule is triggered and informs the user to change the dimensions of the worktop, or recommends to add a unit to place the cooktop safely.
An animation is displayed to guide the user through the changes.
Once the user has changed the dimensions of the worktop to at least 400 mm (the overload value in this example).
After clicking Refresh the check on the Help center, the design is now error free.
Case 2 – Freestanding cooktop
The minimum distance with the worktop left and right of the cooktop area is less than the distance parameter for this configuration. The rule is triggered and informs the user to change the dimensions of the worktop, or recommends to add a unit to place the cooktop safely. An animation is displayed to guide the user through the changes.
Once the user has changed the dimensions of the worktop to at leas 400 mm (the overload value in this example).
After clicking Refresh the check on the Help center, the design is now error free.