Worktop Parameters
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
Key | Value |
---|---|
ID | WorktopParameterRule |
Translation key | Not applicable |
Behavior
No behavior.
Trigger Conditions
This rule is not triggered.
Overload Parameters
Key name | Type | Default value | Description |
---|---|---|---|
defaultOverhang | object | see below | Optional Configuration object for the overhang of worktops in the planner |
waterfallInset | object | see below | Optional 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.
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.
Attribute | Value if not specified | Description |
---|---|---|
left | 15 | The default dimension of left worktop overhangs in mm |
right | 15 | The default dimension of right worktop overhangs in mm |
front | 35 | The default dimension of front worktop overhangs in mm |
back | 15 | The default dimension of back worktop overhangs in mm |
addBackCoverPanel | false | When set to true, the back cover-panel thickness is added to the default back overhang value |
withLeftCover | -1 | Additional 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 | -1 | Additional 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.
Attribute | Value if not specified | Description |
---|---|---|
fromWorktopEnd | 3 | The overhang of the worktop and waterfall in mm |
fromWorktopFront | 3 | The 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
}
}