Dimension for a Triple Cut of Wall Panel
WallPanelMinDimensionABTripleCutRule
Dimensions of triple edge cut for a wall panel configuration.
Notification level: ⚠
Key | Value |
---|---|
ID | WallPanelMinDimensionABTripleCutRule |
Translation key (right-angle cut) | wallpanel_min_dimAB_triple_cut_title wallpanel_min_dimAB_right_angled_triple_cut_error_message |
Translation key (non-right angle cut) | wallpanel_min_dimAB_triple_cut_title wallpanel_min_dimAB_non_right_angled_triple_cut_error_message |
Behavior
This rule checks the dimensions of triple edge cut (right angle cut and non-right angle cut) for a wall panel configuration in order to prevent the user from creating an invalid kitchen.
This rule excludes the verification for wall panel with the type glass
.
The dimensions A, B and C for triple right angle cut are represented as follows:
Trigger Conditions
It is triggered if the dimension for triple edge cut (right angle cut and non-right angle cut) is less than the chosen distance parameter for the wall panel configuration. The application starts warning to modify these dimensions in order to suit the minimum values.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 100 | This parameter defines the necessary minimum dimension for a triple right angled cut (the A / B dimensions). Mandatory. |
minDistanceXY | number | 100 | This parameter defines the necessary minimum dimension for a triple non-right angled cut (the X / Y dimensions). Mandatory. |
Sample
{
"minDistance":100,
"minDistanceXY":100
}
Illustration
Case 1 – Edge cut & triple right angle cut
The dimension of triple right angle cut is less than the chosen distance parameter for a wall panel, the rule is triggered and warns the user to change the dimensions of this triple 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.
Case 2 – Edge cut & triple non-right angle cut
The dimension of triple non-right angle cut is less than the chosen distance parameter for a wall panel, the rule is triggered and warns the user to change the dimensions of this triple 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.