Skip to main content
Version: Released

XY Dimensions of a Double Cut

Check Rule

MinDimensionXYDoubleCutRule

XY dimensions of a double-cut for a worktop configuration.

Notification level: ⚠

KeyValue
IDMinDimensionXYDoubleCutRule
Translation keymin_dimXY_double_cut_title
min_dimXY_double_cut_error_message

Behavior

This rule checks the dimensions of a double cut (non-right angle) for a worktop configuration, in order to prevent the user from planning a dangerous kitchen.

The dimensions X and Y for double non-right angle cut are represented as follows:

XY dimensions for double non-right angle


Trigger Conditions

It is triggered if the dimensions of a double cut (non-right angle) is less than the dimension parameter set in the application for the worktop configuration. The minDistance overload can also be used to overload the value from the worktop configuration. If minDistance is provided, the X and Y dimensions are compared to the biggest value between the worktop configuration and minDistance.

The application warns the user to modify these dimensions in order to suit the minimum values.


Overload Parameter

Key nameTypeDefault valueDescription
minDistanceobjectIf this optional parameter is provided, the X and Y dimensions are compared to the biggest value between the worktop configuration and minDistance. If not provided, the X and Y dimensions are only compared to the worktop configuration. Optional.

Sample

{
"minDistance":150
}

Illustration

The dimensions of a double cut (non-right angle) is less than the dimension parameter for the worktop. The rule is triggered and warns the user to change the dimensions of this cut.

Wrong XY dimensions for double-cut

Once the user has changed the dimensions for a value greater than or equal to 150 mm (the overload value in this example), the design is error free.

Right XY dimensions for double-cut

Note: The rule will be triggered for the maximum value considering overload value and product operation value.