Position of Drill Holes for Glass Wall Panels
DrillHolesWallPanelRule
Position of drill holes for glass wall panels.
Notification level: Not applicable
Key | Value |
---|---|
ID | DrillHolesWallPanelRule |
Translation key | Not applicable |
Behavior
Calculates the position of necessary drill holes for wall panels made of specific material like glass material.
The drill holes are drawn only for specified materials. This specific material is defined in overload (mentioned in the table above with explanations). Note that drill holes are also represented in wall panel 2D plans, but not in 3D view.
Trigger Conditions
The rule is triggered when the wall panel is of glass material in the kitchen.
Overload Parameters
Key name | Type | Default value | Description |
---|---|---|---|
parameterName | string | "wallPanelMaterial" | Specifies the name of the parameter used to check the material value like wallPanelMaterial for example. Mandatory. |
parameterType | integer | 4 | Specifies the value of the type ID of parameterName . See in POST products/ in the API Reference documentation 🔗, the parameters section for a list of possible values of type ID. The default value is 4 (string type). Mandatory. |
value | string | "glass" | Specifies the expected value of parameterName like glass in the following example. Mandatory. |
minHeight | integer | 300 | Specifies the expected minimum height value of the wallpanel, above which the drill holes will be calculated. Optional. |
minLength | integer | 300 | Specifies the expected minimum enth value of the wallpanel, above which the drill holes will be calculated. Optional. |
middleLength | integer | 1900 | Specifies the expected minimum length of the wallpanel, after which two more drill holes will be added in the middle. Optional. |
Sample
{
"parameterName": "wallPanelMaterial",
"parameterType": 4,
"value": "glass",
"minHeight": 300,
"minLength": 300,
"middleLength": 1900,
}
Illustration
The illustration below shows a cabinet with glass wall panel:
In wall panel editor, the application applies the "Drill Holes" rule, a shown below:
Four drill holes are positioned in the corner of the wall panel. If the wall panel width exceeds middleLength, two more will be added in the middle.
Center of holes are positioned 50x50 mm away from the corner.
A wallpanel with a width or height less than minLength or minHeight will not have drill holes.