Skip to main content
Version: Pre-Released

Furniture Intersecting

Check Rule

FurnitureIntersectRule

Collision between two cabinets.

Notification level: ⚠

KeyValue
IDFurnitureIntersectRule
Translation keyfurnitureIntersect_rule_title
furnitureIntersect_rule_error_message

Behavior

This rule checks the intersection of a cabinet with another cabinet in order to avoid a collision and to prevent the user from planning a dangerous kitchen.


Trigger Conditions

It is triggered if a cabinet collides with another cabinet. The application warns the user to modify the position of the cabinets.


Overloads Parameter

Key nameTypeDefault valueDescription
tolerancenumber0.5This parameter defines the collision tolerance. By default is is 0.5 mm, so if the collision is between 0 and 0.5 mm, the rule doesn't trigger. Optional.

Illustration

A cabinet is colliding with another cabinet, the business rule is triggered and informs the user to change the position of the cabinet.

A warning is displayed to the user and an animation guides her/him to make the necessary changes.

Collision between two cabinets

Once the user has moved one of the cabinets.

No collision

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