Skip to main content
Version: Pre-Released

AB Dimensions for a Rectangular Cut-Out

Check Rule

MinDimensionABRectCutOutRule

AB dimension of a rectangular cut-out for a worktop configuration

Notification level: ⚠

KeyValue
IDMinDimensionABRectCutOutRule
Translation keymin_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:

AB dimensions


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 nameTypeDefault valueDescription
minDistanceobjectIf 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.

Rectangular cut-out too small

Once the user has enlarge the dimensions to at least 35 mm (the overload value in this example), the design is error free.

Enlarged rectangular cut-out

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