Gap Between Adjacent Units
FurnitureGapRule
Gap between two adjacent units.
Notification level: ℹ
Key | Value |
---|---|
ID | FurnitureGapRule |
Translation key | furniture_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 name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 25 | This parameter defines the minimum gap distance between two units. Optional. |
distance | number | 25 | (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.
Once the user has moved the two furnitures close to each other such that there is no gap between them.
After clicking Refresh the check on the Help center, the design is now error free.