Skip to main content

Set Up Legs through API

➑️ See the API Reference documentation πŸ”— for detailed information.

Set Up the Dimensions of the Leg​

ParameterTypePossible values
widthreal[0 ;∞]
depthreal[0 ;∞]
heightreal[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 NameParameter TypePossible Values
xLegOffsetreal[0 ;∞]
yFrontLegOffsetreal[0 ;∞]
yBackLegOffsetreal[0 ;∞]

Define the leftLegOption Parameter​

This parameter is required by the Cabinet Leg Rule πŸ”— applicative rule.

Parameter NameParameter TypeDefault ValuePossible Values
leftLegOptioninteger11/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 NameParameter TypeDefault ValuePossible Values
rightLegOptioninteger10/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 NameParameter TypeDefault ValuePossible Values
supportLegOptionbooleanTRUETRUE / FALSE
"supportLegOption": {
"typeID": 3,
"editable": null,
"translation": {
"name": {
"2": " Support Leg Option "
}
},
"defaultValue": 1
}