Set Up Handles through API
➡️ See the API Reference documentation 🔗 for detailed information.
Set Up the Dimensions
Parameter | Type | Possible values |
---|---|---|
width | real | [0 ;∞] |
depth | real | [0 ;∞] |
height | real | [0 ;∞] |
"width": {
"typeID": 1,
"values": [
143
],
"editable": null,
"translation": {
"name": {
"1": "Longueur",
"2": "Width",
"3": "Anchura",
"4": "Breite"
},
"values": {
"2": {
"143": "143"
}
}
},
"defaultValue": 143
}
Set Up the Type of Handle
Parameter | Type | Possible values |
---|---|---|
type | integer | 1, 2 or 3 |
"type": {
"typeID": 2,
"values": [
1
],
"editable": null,
"translation": {
"name": {
"2": "Front handle"
},
"values": {
"2": {
"1": "1"
}
}
},
"defaultValue": 1
}