Skip to main content

Set Up Handles through API

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

Set Up the Dimensions​

ParameterTypePossible values
widthreal[0 ;∞]
depthreal[0 ;∞]
heightreal[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​

ParameterTypePossible values
typeinteger1, 2 or 3
"type": {
"typeID": 2,
"values": [
1
],
"editable": null,
"translation": {
"name": {
"2": "Front handle"
},
"values": {
"2": {
"1": "1"
}
}
},
"defaultValue": 1
}