Distance Between Tap Hole and Sink Cabinet
MinDistanceTapHoleAndSink
Distance between center of tap hole and sink and worktop.
Notification level: ⚠
Key | Value |
---|---|
ID | MinDistanceTapHoleAndSink |
Translation key | Quartz worktop min_distance_between_tapHoleCenter_and_sink_rule_title min_distance_between_tapHoleCenter_and_sinkWTQuartz_rule_error_message |
Translation key | Non-quartz worktop min_distance_between_tapHoleCenter_and_sink_rule_title min_distance_between_tapHoleCenter_and_sink_rule_error_message |
Behavior
This rule checks the distance between the center of the tap hole and the sink with a quartz or non-quartz material worktop, in order to prevent the user from creating a dangerous kitchen.
Trigger Conditions
It is triggered if the distance between the center of the tap hole and the sink with a quartz or non-quartz material worktop is less than the chosen parameter. The application warns to modify the distance between them.
Affected Products
The sink product must have a closed tag Sink
.
Overload Parameters
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 50 | The minimum distance between sink and center of tap hole is 50 mm for non-quartz worktop material. Mandatory. |
minDistanceQuartz | number | 47.5 | The minimum distance between sink and center of tap hole is 47.5 mm for quartz worktop material. Mandatory. |
distance | number | 50 | (Deprecated, use minDistance) The minimum distance between sink and center of tap hole is 50 mm for non-quartz worktop material. |
quartzDistance | number | 47.5 | (Deprecated, use minDistanceQuartz) The minimum distance between sink and center of tap hole is 47.5 mm for quartz worktop material. |
Sample
{
"minDistance":50
}
{
"minDistanceQuartz":47.5
}
Illustration
Case 1 – Quartz worktop
The rule checks the center of the tap hole with quartz worktop.
The distance between the center of the tap hole and the sink with quartz worktop is too small for this configuration, the rule is triggered and informs the user to modify the distance. An animation is displayed to guide the user through the changes.
Once the user has moved the center of the tap hole away from the sink to a distance greater than or equal to 47.5 mm (the overload value in this example) the design is error free.
Case 2 – Non-quartz worktop
The rule checks the center of the tap hole with non-quartz worktop
The distance between the center of the tap hole and the sink with non-quartz worktop is too small for this configuration, the rule is triggered and informs the user to modify the distance. An animation is displayed to guide the user through the changes.
Once the user has moved the center of the tap hole away from the back edge of the worktop to a distance greater than or equal to 50 mm (the overload value in this example) the design is error free.