Currently using bimvie.ws to visualize an IFC file with javascript. Now we would like to add sensor (dummy) data, for let's say temperature, in order to improve functionality of the visualization.
However, we are not sure on how we can do that yet? We were able to define spaces within the IFC file of a building, now we would like to be able to show colour ramps of temperature change within the individual spaces. With the goal to develop and design smart building (monitoring) systems.
It should fit in the following lines of code:
{
"type": {
"name": "IfcSpace",
"includeAllSubTypes": true
}
}