Distance Between Drainer Groove and Other Operations
MinDistanceDrainerGrooveAndOtherOperation
Distance between sink drainer groove and other operations.
Notification level: ⚠
Key | Value |
---|---|
ID | MinDistanceDrainerGrooveAndOtherOperation |
Translation key (worktop edge) | min_distance_DGroove_and_WTEdge_title min_distance_DGroove_and_WTEdge_error_message |
Translation key (cut) | min_distance_DGroove_and_Cut_title min_distance_DGroove_and_Cut_error_message |
Translation key (joint) | min_distance_DGroove_and_Joint_title min_distance_DGroove_and_Joint_error_message |
Translation key (cutout) | min_distance_DGroove_and_Cutout_title min_distance_DGroove_and_Cutout_error_message |
Behavior
This rule checks if the drainer groove of a sink and other operations on the worktop like cut-out, cut, joint and worktop edges have required minimum distance between them. This minimum distance can be set in the rule.
Trigger Conditions
It is triggered if the distance between the drainer groove and other operations like cut-out, edge cut, joint and worktop edges is less than the required minimum distance. The application starts warning with the required minimum distance.
Affected Products
The sink product (closed tag UnderSinkCabinets
) must have a drainer groove.
To detect a product having a drainer groove, it should have the parameter addDrainerGrooves
with value set as true.
Also, the drainer sub-product is the sub product with closed tag DrainerGrooves
.
Automatic cut-out is not taken into account in this check (automatic cut-out are created when product is sink or cooktop).
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 25 | This parameter defines the minimum distance (in millimeters) between the drainer grooves bounding box to any other operation. Optional. |
distance | number | 25 | (Deprecated, use minDistance) This parameter defines the minimum distance (in millimeters) between the drainer grooves bounding box to any other operation. |
Sample
{
"minDistance":25,
}
Illustration
Case 1 – Drainer groove and edge cut
The minimum distance between a drainer groove and an edge cut operation is less than 25 mm, the 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 – Drainer groove and worktop joint
The minimum distance between a drainer groove and a worktop joint is less than 25 mm, the 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 – Drainer Groove and cut-out operation
The minimum distance between a drainer groove and a cut-out operation is less than 25 mm, the rule is triggered and informs the user about the required minimum distance. An animation is displayed to guide the user through the changes.
Case 4 – Drainer groove and worktop edge
The minimum distance between a drainer groove and a worktop edge is less than 25 mm, the rule is triggered and informs the user about the required minimum distance. An animation is displayed to guide the user through the changes.