opensourceBIM / bimvie.ws

Javascript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie. Using Bootstrap, BIM Surfer, etc..
GNU Affero General Public License v3.0
171 stars 87 forks source link

Query ThermalTransmittance doesn't work #56

Closed Toutoun closed 7 years ago

Toutoun commented 8 years ago

Hi, The query "ThermalTransmittance" doesn't work even if the property is present in the original file ifc. Why ? Whereas the query "ExternalWalls" works. Thanks !

rubendel commented 8 years ago

Comparing values has not been implemented in the query engine. The "Query" tab is mainly there for testing/demo purposes, probably won't be in the final release.

Toutoun commented 8 years ago

Thank you for the info ! How can I implement values in the query engine ? If possible I would.

rubendel commented 8 years ago

At this point, I don't think a JSON representation of the query allows for a "clean" way of defining comparisons like ">" etc.

rubendel commented 7 years ago

This might be a way to do this, still not very clean though: http://jsonlogic.com/operations.html#numeric-operations