AB Dimensions of a Double Cut
MinDimensionABDoubleCutRule
AB Dimensions of double-cut for a worktop configuration.
Notification level: ⚠
Key | Value |
---|---|
ID | MinDimensionABDoubleCutRule |
Translation key | min_dimAB_double_cut_title min_dimAB_double_cut_error_message |
Behavior
This rule checks the dimensions of a double cut (right angle cut) for a worktop configuration, in order to prevent the user from planning an invalid kitchen.
The dimensions A and B for double right angle cut are represented as follows:
Trigger Conditions
This rule is triggered if the dimension for a double cut (right angle cut) is less than the parameter set in the application for the worktop configuration. The minDistance
overload can also be used to overload the value from the worktop configuration. If minDistance
is provided, the A and B dimensions are compared to the biggest value between the worktop configuration and minDistance
.
The application warns the user to modify these dimensions.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | object | – | If this optional parameter is provided, the A and B dimensions are compared to the biggest value between the worktop configuration and minDistance . If not provided, the A and B dimensions are only compared to the worktop configuration. Optional. |
Sample
{
"minDistance":55
}
Illustration
The dimension of a double right angle cut is too small for a worktop, the rule is triggered and warns the user to change the dimensions of this double angle cut. An animation is displayed to guide the user through the changes.
Once the user has changed the dimensions to at least 55 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.