Distance Between Oven and Corner Cabinet
MinDistanceOvenAndCornerCabinetRule
Distance between oven and corner unit
Notification level: ⚠
Key | Value |
---|---|
ID | MinDistanceOvenAndCornerCabinetRule |
Translation key | min_distance_between_oven_and_cornercabinet_rule_title min_distance_between_oven_and_cornercabinet_rule_error_message |
Behavior
This rule checks the distance between an oven (built-in or freestanding) and the angle of a corner base unit in order to prevent the user from planning a dangerous kitchen.
Trigger Conditions
If the distance between an oven and the angle of a corner base unit is less than the chosen distance parameter, the rule is triggered and the application warns to move the oven to another position.
Affected Products
The candidate products for this applicative rule are:
Considered as "corner cabinets":
- Corner base unit with the closed tag
CornerCabinets
. - Filler strip angle with the closed tag
FillerStripAngle
.
Considered as "oven cabinets":
- Oven cabinet with the closed tag
OvenCabinets
. - Any unit containing at least one child product with the closed tag
Ovens
.
This information is mandatory in order to have a check on this kind of products.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 100 | This parameter defines the necessary limit distance between the oven and a corner base unit. Mandatory. |
distance | number | 100 | (Deprecated, use minDistance) This parameter defines the necessary limit distance between the oven and a corner base unit. |
Sample
{
"minDistance":100
}
Illustration
An oven is closed to a corner base unit, the rule is triggered and informs the user to change the position of this oven.
Example 1:
Once the user has moved the oven away from the corner base unit to a distance greater than or equal to 100 mm (the overload value in this example), the design is error free.
Example 2:
Once the user has increased the left width of the corner filler to move the oven away from the corner filler unit to a distance greater than or equal to 100 mm (the overload value in this example), the design is error free.