Dimension of Edge Triple Cut for Worktop Configuration
MinDimensionABTripleCutRule
Dimension of edge triple cut for a worktop configuration.
Notification level: ⚠
Key | Value |
---|---|
ID | MinDimensionABTripleCutRule |
Translation key | min_dimAB_triple_cut_title min_dimAB_triple_cut_error_message |
Behavior
This rule checks the dimension of edge triple cut (right angle) for a worktop configuration, in order to prevent the user from planning a dangerous kitchen.
The dimensions A, B and C for triple right angle cut are represented as follows:
Trigger Conditions
This rule is triggered if the dimension of edge triple cut is less than the chosen dimension parameter 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 in order to suit the minimum values.
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":100
}
Illustration
The dimensions of edge triple cut (right angle) is less than the chosen dimension parameter for the worktop, the rule is triggered and warns the user to change the dimensions of this triple cut. An animation is displayed to guide the user through the changes.
Once the user has changed the dimensions for a value greater than or equal to 100 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.