Skip to main content
Version: Pre-Released

 

WorktopParameterRule

This rule is a configuration rule. It does not have any effect besides bringing configuration options to some worktop features in the application.

Notification level: Not applicable

KeyValue
IDWorktopParameterRule
Translation keyNot applicable

Behavior

No behavior.

Trigger Conditions

This rule is not triggered.

Overload Parameters

Key nameTypeDefault valueDescription
defaultOverhangobjectsee belowOptional
Configuration object for the overhang of worktops in the planner
waterfallInsetobjectsee belowOptional
Configuration object for the waterfall insets in the planner

defaultWorktopOverhang

This object is used to define the default overhang values for the left, right, front and back sides of worktops. Worktop Overhang

Below are detailed the possible parameters that you can add in this configuration object.
Note that each attribute is optional, and then table below indicates the value used if the attribute is not declared in the settings.

AttributeValue if not specifiedDescription
left15The default dimension of left worktop overhangs in mm
right15The default dimension of right worktop overhangs in mm
front35The default dimension of front worktop overhangs in mm
back15The default dimension of back worktop overhangs in mm
addBackCoverPanelfalseWhen set to true, the back cover-panel thickness is added to the default back overhang value
withLeftCover-1Additional overhang that is added on the left side when there is a cover panel on the left. If the value is -1, the real thickness of the cover panel is used for this value
withRightCover-1Additional overhang that is added on the right side when there is a cover panel on the right. If the value is -1, the real thickness of the cover panel is used for this value

waterfallInset

This object is used to define the waterfall inset on each side for "straight" waterfall worktops, and as an overhang. Does not consider "angled" as a value of waterfallType as this worktop parameter cannot be used with inset.

Below are detailed the possible parameters that you can add in this configuration object.
Note that each attribute is optional, and then table below indicates the value used if the attribute is not declared in the settings.

AttributeValue if not specifiedDescription
fromWorktopEnd3The overhang of the worktop and waterfall in mm
fromWorktopFront3The inset from the front edge of the worktop in mm when cabinet is touching a wall. Also used from the worktop back, when cabinet is not touching a wall

Overload sample

{
"defaultOverhang": {
"left": 35,
"right": 35,
"front": 40,
"back": 5,
"addBackCoverPanel": false,
"withLeftCover": -1,
"withRightCover": -1
},
"waterfallInset": {
"fromWorktopEnd": 3,
"fromWorktopFront": 5
}
}