AB Dimensions for a Double Cut of Wall Panel
WallPanelMinDimensionABDoubleCutRule
AB dimensions of double cut for wall panel configuration.
Notification level: ⚠
Key | Value |
---|---|
ID | WallPanelMinDimensionABDoubleCutRule |
Translation key (right-angle cut) | wallpanel_min_dimAB_double_cut_title wallpanel_min_dimAB_right_angled_double_cut_error_message |
Translation key (non-right angle cut) | wallpanel_min_dimAB_double_cut_title wallpanel_min_dimAB_non_right_angled_double_cut_error_message |
Behavior
This rule checks the dimensions of double cut (right angle cut and non-right angle cut) for a wall panel configuration in order to prevent the user from planning an invalid kitchen.
This rule excludes the verification for wall panel with the type "glass".
The dimensions A and B for a double cut are represented as follows:
Moreover, the dimensions A and B as well as X and Y for double non-right angle cut are represented as follows:
Trigger Conditions
It is triggered if the dimension for double cut (right angle cut and non-right angle cut) is less than the chosen dimension parameter for the wall panel configuration. The application warns the user to modify these dimensions in order to suit the minimum values.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDimensionNonRightAngledCut | number | 100 | This parameter defines the necessary minimum dimension for a double non-right angled cut. Mandatory. |
Sample
{
"minDimensionNonRightAngledCut":100
}
Illustration
Case 1 – Corner cut & double right-angle cut
The dimension of double right angle cut is less than the chosen dimension parameter for a wall panel, 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 for a value greater than or equal to 55 mm (the overload value in this example) the design is error free.
Case 2 – Corner cut & double non-right angle cut
The dimension of double non-right angle cut is less than the chosen dimension parameter for a wall panel, the rule is triggered and warns the user to change the dimensions of this double non-right angle 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.