Skip to main content
Version: Released

Gap Between Adjacent Units

Check Rule

FurnitureGapRule

Gap between two adjacent units.

Notification level: ℹ

KeyValue
IDFurnitureGapRule
Translation keyfurniture_gap_rule_title
furniture_gap_rule_error_message

Behavior

This rule checks if there is gap between two adjacent units. This mostly occurs when the cover panel of a high unit next to a base cabinet is replaced with another one with a lower thickness.


Trigger Conditions

It is triggered if the gap between two cabinets is less than the distance parameter. The application recommends to move the cabinets closer to remove the gap between them.


Overloads Parameter

Key nameTypeDefault valueDescription
minDistancenumber25This parameter defines the minimum gap distance between two units. Optional.
distancenumber25(Deprecated, use minDistance)
This parameter defines the minimum gap distance between two units.

Sample

{ 
"minDistance": 25
}

Illustration

There is a gap between a base cabinet and the adjacent high cabinet. The business rule is triggered and recommends the user to modify the position of the cabinets.

Gap between two cabinets

Once the user has moved the two furnitures close to each other such that there is no gap between them.

No gap between two cabinets

After clicking Refresh the check on the Help center, the design is now error free.