Representation of a wall which can be placed on a FloorElement, and which has impact in the simulations (eg: heat map, channel map).
Name | Data type | Description |
---|---|---|
exterior | boolean | |
type | number | |
xstart | number | |
ystart | number | |
xstop | number | |
ystop | number |
Example
{ "exterior" : true, "type" : 12345, "xstart" : 12345.0, "ystart" : 12345.0, "xstop" : 12345.0, "ystop" : 12345.0 }