Dimension for a Circular Cut
MinDimensionRCutRule
Dimension of a circular cut for a worktop configuration.
Notification level: ⚠
Key | Value |
---|---|
ID | MinDimensionRCutRule |
Translation key | minimum_radius_cut_rule_title minimum_radius_cut_rule_error_message |
Behavior
This rule checks the dimension of a circular cut (inner or outer rounded) for a worktop configuration, in order to prevent the user from creating an invalid kitchen.
Trigger Conditions
It is triggered if the R dimension (the radius) for a circular cut (inner or outer rounded) is less than the chosen radius in the worktop configuration. The minDistance
overload can also be used to overload the value from the worktop configuration. If minDistance
is provided, the R dimension is compared to the biggest value between the worktop configuration and minDistance
.
The application warns to modify the dimension of the cut to suit the minimum values.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | object | – | If this optional parameter is provided, the R dimension is compared to the biggest value between the worktop configuration and minDistance . If not provided, the R dimension only compared to the worktop configuration. Optional. |
Sample
{
"minDistance":90
}
Illustration
The dimension of the circular cut (inner or outer rounded) is too small for a worktop, the rule is triggered and informs the user to suit the minimum value of the dimension of a cut.
Once the user has increased the dimensions to at least 90 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.