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
}