Distance Between Tap Hole and Worktop Back
MinDistanceTapHoleAndWTBackEdge
Distance between tap hole and worktop back.
Notification level: ⚠
Key | Value |
---|---|
ID | MinDistanceTapHoleAndWTBackEdge |
Translation key | Quartz worktops min_distance_between_tapHoleCenter_and_WTbackEdge_rule_title min_distance_between_tapHoleCenter_and_QuartzWTbackEdge_rule_error_message |
Translation key | Non-quartz worktops min_distance_between_tapHoleCenter_and_WTbackEdge_rule_title min_distance_between_tapHoleCenter_and_WTbackEdge_rule_error_message |
Behavior
This rule checks the distance between the center of the tap hole and the back of the worktop (quartz and non-quartz type), in order to prevent the user from creating an invalid kitchen.
Trigger Conditions
It is triggered if the distance between the center of the tap hole and the back of the worktop (quartz and non-quartz type) is less than the parameter. The application warns to modify the distance of the center of the tap hole.
Affected Products
The sink product must have a closed tag Sink
.
Overload Parameters
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 50 | This parameter defines the necessary minimum distance for the center of the tap hole to the back of the worktop (non-quartz type). Mandatory. |
minDistanceQuartz | number | 47.5 | This parameter defines the necessary minimum distance for the center of the tap hole to the back of the worktop (quartz type). Mandatory. |
distance | number | 50 | (Deprecated, use minDistance) This parameter defines the necessary minimum distance for the center of the tap hole to the back of the worktop (non-quartz type). |
quartzDistance | number | 47.5 | (Deprecated, use minDistanceQuartz) This parameter defines the necessary minimum distance for the center of the tap hole to the back of the worktop (quartz type). |
Sample
{
"minDistance":50
}
{
"minDistanceQuartz":47.5
}
Illustration
Case 1 – Quartz worktop
The rule checks the center of the tap hole with a quartz worktop.
The distance between the center of the tap hole and the back edge of the quartz worktop is too small for this configuration. The rule is triggered and informs the user to modify the current 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 of the worktop 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 a non-quartz worktop.
The distance between the center of the tap hole and the back edge of the non-quartz worktop is too small for this configuration. The rule is triggered and informs the user to modify the current 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 of the worktop to a distance greater than or equal to 40 mm (the overload value in this example) the design is error free.