Skip to content

Visual query language

Ruben de Laat edited this page Sep 23, 2015 · 16 revisions

Examples

Query a list of GUID's

Query multiple types

Query name property

Query AND + Comparators

This will return all IfcWall objects with a OverallWidth > 2 AND OverallHeight > 3

Query NOT + null

This will return all IfcWall objects that have a Representation

Query IFC properties

These are not direct object-properties, but properties that are attached to the object via IfcPropertySet/IfcPropertySingleValue etc...

Clone this wiki locally