Worktop Cut-outs and Other Operations
CutoutsAndOtherOperationsRule
Distance between cut-out and other cut-outs.
Notification level: ⚠
Key | Value |
---|---|
ID | CutoutsAndOtherOperationsRule |
Translation key | cutouts_and_other_operations_rule_title cutouts_and_other_operations_rule_error_message |
Behavior
This rule checks for required minimum distance between cut-outs and other cut-outs. It checks only the case of cut-out to other cut-outs (the cut-outs could be the ones created by user in Worktop editor, or the ones automatically present due to sink or hob).
For the minimum distance between cut-out and other operations, there are different rules as mentioned below:
- Minimum distance between cut-out and cut: CutToAnyOperationRule
- Minimum distance between cut-out and end/back of worktop: CutOutCutToEOWRule
- Minimum distance between cut-out and joint: JointToAnyOperationRule
Trigger Conditions
If the distance between a cut-out and another cut-out is less than the required minimum distance, the rule is triggered and the application starts warning with required minimum distance.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 50 | This parameter defines the minimum distance between a cut-out and another cut-out in millimeters. Optional. |
distance | number | 50 | (Deprecated, use minDistance) This parameter defines the minimum distance between a cut-out and another cut-out in millimeters. |
Sample
{
"minDistance":50
}
Illustration
Case 1
Minimum distance between two cut-outs is less than 50mm, the business rule is triggered and informs the user about the required minimum distance. An animation is displayed to guide the user through the changes.
Case 2
Minimum distance between cut-out of a hob (cooktop) and another cut-out is less than 50mm, the business rule is triggered and informs the user about the required minimum distance. An animation is displayed to guide the user through the changes.
Case 3
Minimum distance between cut-out of a sink and another cut-out is less than 50mm, the business rule is triggered and informs the user about the required minimum distance. An animation is displayed to guide the user through the changes.