Dimension of a Circular Cut-Out
MinDimensionDCircCutOutRule
Dimension of a circular cut-out for a worktop configuration.
Notification level: ⚠
Key | Value |
---|---|
ID | MinDimensionDCircCutOutRule |
Translation key | min_diameter_circ_cut_out_title min_diameter_circ_cut_out_error_message |
Behavior
This rule checks the dimension of a circular cut-out for a worktop configuration, in order to prevent the user from planning a dangerous kitchen.
Trigger Conditions
It is triggered if the D dimension (the diameter of the cut-out) of a circular cut-out is less than the dimension parameter set in the worktop configuration. The minDistance
overload can also be used to overload the value from the worktop configuration. If minDistance
is provided, the D dimension is compared to the biggest value between the worktop configuration and minDistance
.
The application warns to modify these dimensions in order to suit the minimum values.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | object | – | If this optional parameter is provided, the D dimension is compared to the biggest value between the worktop configuration and minDistance . If not provided, the D dimension is only compared to the worktop configuration. Optional. |
Sample
{
"minDistance":6
}
Illustration
The dimensions of a circular cut-out is less than the dimension parameter for the worktop.
Once the user enlarged the cut-out to at least 6 mm (the overload value in this example), the design is error free.
Note: The rule will be triggered for the maximum value considering overload value and product operation value.