0

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
  }
}
4

1 回答 1

0

在此处找到有关传感器集成的一些文档。

还有两篇(许多)文章似乎描述了一种相关的方法:

于 2019-08-16T11:44:13.860 回答