Distance Between Sinks and Hobs
MinDistanceBetweenSinkAndHobCombinations
Distance between many types of sinks and hobs.
Notification level: ⚠
Key | Value |
---|---|
ID | MinDistanceBetweenSinkAndHobCombinations |
Translation key | Sink and hob combination: min_distance_between_sink_and_hob_combinations_rule_title min_distance_between_sink_and_hob_combinations_rule_error_message |
Translation key | Adjacent moulded sink: min_distance_adjacent_moulded_sinks min_distance_adjacent_moulded_sinks_error_message |
Translation key | Moulded sink & front of the worktop: min_distance_between_moulded_sink_and_FOW_rule_title min_distance_between_a_moulded_sink_and_FOW_error_message |
Translation key | Mounted sink/hob – topside: min_distance_between_sink_and_hob_combinations_rule_title min_dis_bet_sinks_and_or_hobs_mounted_topside_rule_error_message |
Translation key | Sink/hob & front of the worktop: min_distance_between_a_cutout_for_a_sink_or_a_hob_and_FOW_rule_title min_distance_between_a_cutout_for_a_sink_or_a_hob_and_FOW_error_message |
Behavior
This rule checks if several types (normal, moulded & mounted) of sinks and hobs are in the correct distance relative to each other. The operation checks are side by side, front of the worktop and topside, in order to prevent the user from creating an invalid kitchen.
Trigger Conditions
It is triggered if a sink does not respect the minimum distance in millimeters with the operations mentioned above for the current kitchen configuration. The application warns to modify the position of the sink.
Affected Products
The rule affects the following products:
- Cooktop products must have a closed tag
Cooktops
. - Sink products must have a closed tag
Sinks
. - Sinks must have a
sinkMounting
parameter with a value of3
to detect a sink with the type "Belfast".
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 50 | This parameter defines the necessary minimum distance for a cut-out of sink/hob and another sink/hob mounted side by side. Mandatory. |
minDistanceFront | number | 60 | This parameter defines the necessary minimum distance for a cut-out of sink/hob and the front of the worktop. Mandatory. |
minDistanceTopSide | number | 70 | This parameter defines the necessary minimum distance for a cut-out of sink/hob and another sink/hob mounted topside to topside. Mandatory. |
minDistanceFOWMountingSink | number | 60 | This parameter defines the necessary minimum distance for a cut-out of moulded sink (except Belfast sink) and the front of the worktop. Mandatory. |
minDistanceMS | number | 60 | This parameter defines the necessary minimum distance for a cut-out of moulded sink and another moulded sink mounted side by side. Mandatory. |
distance | number | 50 | (Deprecated, use minDistance) This parameter defines the necessary minimum distance for a cut-out of sink/hob and another sink/hob mounted side by side. |
frontMinDistance | number | 60 | (Deprecated, use minDistanceFront) This parameter defines the necessary minimum distance for a cut-out of sink/hob and the front of the worktop. |
topSideDistance | number | 70 | (Deprecated, use minDistanceTopSide) This parameter defines the necessary minimum distance for a cut-out of sink/hob and another sink/hob mounted topside to topside. |
fOWMountingSinkDistance | number | 60 | (Deprecated, use minDistanceFOWMountingSink) This parameter defines the necessary minimum distance for a cut-out of moulded sink (except Belfast sink) and the front of the worktop. |
minMSDistance | number | 60 | (Deprecated, use minDistanceMS) This parameter defines the necessary minimum distance for a cut-out of moulded sink and another moulded sink mounted side by side. |
For example:
{
"minDistance":50,
"minDistanceFront":60,
"minDistanceTopSide":70,
"minDistanceFOWMountingSink":60,
"minDistanceMS":60
}
Illustration
Case 1 – Sink & hob combinations
The distance between the cut-out for hob with a cut-out for sink mounted is too small, the rule is triggered and informs the user to change the position of one of these appliances.
Once the user has moved one of these elements (sink or hob) away from the hob to a distance greater than or equal to 50 mm (the overload value in this example).
After clicking Refresh the check on the Help center, the design is now error free.
Case 2 – Sink & front of the worktop
The distance between the cut-out for a sink/hob and the front of the worktop is too small, the rule is triggered and informs the user to change the position of the sink/hob.
Once the user has moved the cut-out of the sink away from the hob to a distance greater than or equal to 60 mm (the overload value in this example).
After clicking Refresh the check on the Help center, the design is now error free.
Case 3 – Mounted sink and hob-topside
The distance between the cut-out of the mounted sink and the cut-out of the hob is too small (in topside configuration), the rule is triggered and informs the user to change the position of one of these elements.
Once the user has moved the mounted sink away from the hob to a distance greater than or equal to 70 mm (the overload value in this example).
After clicking Refresh the check on the Help center, the design is now error free.