Distance Between a Cut-Out and Worktop End/Back
CutOutCutToEOWRule
Distance between a cut-out and end/back of a worktop.
Notification level: ⚠
Key | Value |
---|---|
ID | CutOutCutToEOWRule |
Translation key | Cut-out and back of the worktop min_dis_cutout_and_BOW_title min_dis_cutout_and_BOW_error_message |
Translation key | Cut-out and end of the worktop min_dis_EOW_title min_dis_cutout_and_EOW_error_message |
Translation key: | Cut-out for sink/hob and end of the worktop min_dis_sinkhob_and_EOW_title min_dis_sinkhob_and_EOW_error_message |
Behavior
This rule checks the distance between a cut-out and the end or back of the worktop in order to prevent the user from creating an invalid worktop.
It also checks the distance between a cut-out for a sink or a hob and the end of the worktop, for the same purpose.
Trigger Conditions
It is triggered if the distance between a cut-out and the end or back of the worktop is less than the distance parameter. The application warns the user to modify the cut-out position in order to suit the minimum values.
It is also triggered if the distance between a cut-out for a sink or a hob and the end of the worktop is less than the distance parameter. The application warns to modify the sink or hob position, or modify the worktop dimension in order to suit the minimum values.
Affected Products
The following products are affected by the rule:
- Sink products must have a closed tag
Sink
. - Cooktop products must have a closed tag
Cooktops
.
This information is mandatory in order to have a check on the cut-out position from the back/end of the worktop.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 100 | This parameter defines the necessary minimum distance for any cut-out to the end of the worktop. Mandatory. |
minDistanceBack | number | 50 | This parameter defines the necessary minimum distance for the cut-out to the back of the worktop. Mandatory. |
distance | number | 100 | (Deprecated, use minDistance) This parameter defines the necessary minimum distance for any cut-out to the end of the worktop. |
backDistance | number | 50 | (Deprecated, use minDistanceBack) This parameter defines the necessary minimum distance for the cut-out to the back of the worktop. |
Sample
{
"minDistance":100
}
{
"minDistanceBack":50
}
Illustration
Case 1 – Check between a cut-out and the back of the worktop
A cut-out is close to the back of the worktop, the rule is triggered and informs the user to change the cut-out position. An animation is displayed to guide the user through the changes.
Once the user has moved the cut-out away from the back of the worktop to a position greater than or equal to 50 mm (the overload value in this example), the design is error free.
Case 2 – Check between a cut-out and the end of the worktop
A cut-out is close to the end of the worktop, the rule is triggered and informs the user to change the cut-out position. An animation is displayed to guide the user through the changes.
Once the user has moved the cut-out away from the end of the worktop to a position greater than or equal to 100 mm (the overload value in this example), the design is error free.
Case 3 – Check between a cut-out for sink/hob and the end of the worktop
A sink/hob cut-out is close to the end of the worktop, the rule is triggered and informs the user to change the sink/hob cut-out position or increase the worktop dimension. An animation is displayed to guide the user through the changes.
Once the user has moved the sink/hob cut-out away from the end of the worktop to a position greater than or equal to 100 mm (the overload value in this example), the design is error free.