Set Up Legs through API
β‘οΈ See the API Reference documentation π for detailed information.
Set Up the Dimensions of the Legβ
| Parameter | Type | Possible values |
|---|---|---|
width | real | [0 ;β] |
depth | real | [0 ;β] |
height | real | [0 ;β] |
"width": {
"typeID": 1,
"values": [
133
],
"editable": null,
"translation": {
"name": {
"1": "Longueur",
"2": "Width",
"3": "Anchura",
"4": "Breite"
},
"values": {
"2": {
"133": "133"
}
}
},
"defaultValue": 133
}
Parameters at Leg Assembly Levelβ
Specify the Leg Offset Parametersβ
| Parameter Name | Parameter Type | Possible Values |
|---|---|---|
xLegOffset | real | [0 ;β] |
yFrontLegOffset | real | [0 ;β] |
yBackLegOffset | real | [0 ;β] |
Define the leftLegOption Parameterβ
This parameter is required by the Cabinet Leg Rule π applicative rule.
| Parameter Name | Parameter Type | Default Value | Possible Values |
|---|---|---|---|
leftLegOption | integer | 1 | 1/2/3/4 |
"leftLegOption": {
"typeID": 2,
"values": [
1,
2,
3,
4
],
"editable": null,
"translation": {
"name": {
"2": "leftLegOption"
},
"values": {
"2": {}
}
},
"defaultValue": 1
},
Define the rightLegOption Parameterβ
This parameter is required by the Cabinet Leg Rule π applicative rule.
| Parameter Name | Parameter Type | Default Value | Possible Values |
|---|---|---|---|
rightLegOption | integer | 1 | 0/1/2 |
"rightLegOption": {
"typeID": 2,
"values": [
0,
1,
2
],
"editable": null,
"translation": {
"name": {
"2": "rightLegOption"
},
"values": {
"2": {}
}
},
"defaultValue": 1
}
Define the supportLegOption Parameterβ
This parameter is required by the Cabinet Leg Rule π applicative rule.
| Parameter Name | Parameter Type | Default Value | Possible Values |
|---|---|---|---|
supportLegOption | boolean | TRUE | TRUE / FALSE |
"supportLegOption": {
"typeID": 3,
"editable": null,
"translation": {
"name": {
"2": " Support Leg Option "
}
},
"defaultValue": 1
}