Skip to main content
Version: Released

XY Dimensions for a Triple Cut

Check Rule

MinDimensionXYTripleCutRule

XY dimensions for a triple cut.

Notification level: ⚠

KeyValue
ID:MinDimensionXYTripleCutRule
Translation keymin_dimXY_triple_cut_title
min_dimXY_triple_cut_error_message

Behavior

This rule checks the minimum dimensions for a triple, not right angled cut.

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

XY dimensions


Trigger Conditions

It is triggered if the dimensions are less than the minimum value defined in 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.


Affected Products

Product with the closed tags Operation.


Overload Parameter

Key nameTypeDefault valueDescription
minDistancenumberIf 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":100
}


Illustration

The dimension of a triple non-right angle cut is too small for a worktop, the rule is triggered and informs the user to change the dimensions of this triple non-right angle cut. An animation is displayed to guide the user through the changes.

Triple angle cut too small

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.

Enlarged triple angle cut.

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