AB Dimensions for a Single Cut
MinDimensionABSingleCutRule
AB dimensions of a single for a worktop configuration.
Notification level: ⚠
Key | Value |
---|---|
ID | MinDimensionABSingleCutRule |
Translation key | min_dimAB_single_cut_title min_dimAB_single_cut_error_message |
min_dimAB_single_cut_full_depth_title min_dimAB_single_cut_full_depth_error_message |
Behavior
This rule checks the dimensions of a single cut for a worktop configuration in order to prevent the user from creating an invalid kitchen.
The dimensions A and B for a single cut are represented as follows:
Note: Full depth cut could be made by dragging one of the end points of the cut to the adjacent worktop corner as shown below.
Trigger Conditions
This rule is triggered if the dimensions of a single cut is less than the parameter set in the worktop configuration. The minDistance
and minDistanceFullDepth
overloads can also be used to overload the values 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
. If the minDistanceFullDepth
is provided and the cut is a full depth cut, the A and B dimensions are compared to the biggest value between the worktop configuration and minDistanceFullDepth
. If the cut is a full depth cut, the condition for minDistance
is disregarded and the rule is triggered if the A & B Dimension of the single cut is less than minDistanceFullDepth
.
The application recommends to modify these dimensions.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 55 | 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. |
minDistanceFullDepth | number | 10 | If the cut is a full depth cut and this optional parameter is provided, the A and B dimensions are compared to the biggest value between the worktop configuration and minDistanceFullDepth . If not provided, the A and B dimensions are only compared to the worktop configuration. Optional. |
Sample
{
"minDistance":55,
"minDistanceFullDepth":10
}
Illustration
The dimension of a single cut is too small for a worktop, the rule is triggered and informs the user to change the dimensions of this single cut. An animation is displayed to guide the user through the changes.
case 1
Once the user has enlarged the single cut to at least 55 mm (the overload value in this example), the design is error free.
case 2
If the cut is a full depth cut then the rule is triggered if A & B are less than minDistanceFullDepth.
Once the user has enlarged the single cut to at least 10 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.