AB Dimensions for a Rectangular Cut-Out
MinDimensionABRectCutOutRule
AB dimension of a rectangular cut-out for a worktop configuration
Notification level: ⚠
Key | Value |
---|---|
ID | MinDimensionABRectCutOutRule |
Translation key | min_dimAB_rect_cut_out_title min_dimAB_rect_cut_out_error_message |
Behavior
This rule checks the dimension of a rectangular cut-out for a worktop configuration, in order to prevent the user from planning an invalid worktop.
The dimensions A and B for a rectangular cut-out are represented as follows:
Trigger Conditions
This rule is triggered if the dimension of a rectangular cut-out is less than the parameter set 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 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": 35
}
Illustration
In this example, the dimension of a rectangular cut-out is too small for a worktop, the application warns to suit the minimum values for A and B.
Once the user has enlarge the dimensions to at least 35 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.