Worktop Overhang Size
WorktopOverhangSizeRule
Worktop overhang size exceeds allowed value.
Notification level: ℹ
Key | Value |
---|---|
ID | WorktopOverhangSizeRule |
Translation key | worktop_overhang_size_rule_title worktop_overhang_size_rule_error_message |
Behavior
This rule checks if the size of the worktop overhang has extended more than the allowed value, in order to prevent the user from planning an invalid kitchen.
Trigger Conditions
It is triggered if the size of the worktop overhang has extended more than the allowed value for the current configuration. The application recommends to modify the associated dimension.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
maxDistance | number | 250 | This parameter defines the necessary maximum distance for the worktop overhang. Mandatory. |
distance | number | 250 | (Deprecated, use maxDistance) This parameter defines the necessary maximum distance for the worktop overhang. |
For example:
{
"maxDistance":250
}
Illustration
The worktop overhang size has extended more than the allowed value for this configuration, the rule is triggered and informs the user to change the dimensions of the worktop. An animation is displayed to guide the user through the changes.
Once the user has changed the dimension of the worktop overhang for the value less than or equal to 250mm (the overload value in this example) the design is error free.