Set Up Room Objects through API
➡️ See the API Reference documentation 🔗 for detailed information.
Set Up the Dimensions
Parameter | Type | Possible values | Default value |
---|---|---|---|
width | real | [50;1500] | 500 mm |
depth | real | [50;1500] | 500 mm |
height | real | [50;5000] | 3000 mm |
Width of a Column
"width": {
"max": 1500,
"min": 50,
"step": 1,
"typeID": 1,
"editable": "RW",
"translation": {
"name": {
"1": "Longueur",
"2": "Width",
"3": "Anchura",
"4": "Breite"
}
},
"defaultValue": 500
},