bimtester - examples using query and regex

I'm trying to write a few IFC checks with the bimtester tool, and for simple tests it already works pretty good!
However, I am stuck at writing more elabourate tests including queries and regular expressions. As I understand, I can "categorize" certain elements with the "referred to as" statement. As a query for that I tried the selector syntax but failed.

* The elements defined by ".IfcWall[Pset_WallCommon.Description = "concrete"]" are referred to as myConcreteWall
* All myConcreteWall elements have a myPset.mylocation property matching "/inside|outside/"

Any hint how to solve this?

Tagged:

Comments

Sign In or Register to comment.