Skip to main content

Set Up Room Objects through API

➡️ See the API Reference documentation 🔗 for detailed information.

Set Up the Dimensions

ParameterTypePossible valuesDefault value
widthreal[50;1500]500 mm
depthreal[50;1500]500 mm
heightreal[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
},

Width of a Water Pipe


"width": {
"max": null,
"min": null,
"step": 1,
"typeID": 1,
"editable": "RW",
"translation": {
"name": {
"1": "Longueur",
"2": "Width",
"3": "Anchura",
"4": "Breite"
}
},
"defaultValue": 1200
},


Set Up the Behavior in the Planner

Set isObstacle to true.

ParameterTypePossible valuesDefault value
isObstaclebooleantrue/falsetrue

"floorplan": [
{
"picto": "objects",
"categories": [
{
"categories": [
{
"freeTags": [],
"closedTags": [
286
],
"translationKey": "columns"
},
{
"freeTags": [],
"closedTags": [
138
],
"translationKey": "freeShapes"
},
{
"freeTags": [],
"closedTags": [
184
],
"translationKey": "radiators"
}
],
"translationKey": "objects"
}
],
"isObstacle": true,
"translationKey": "objects"
},
]