IfcCategoryRule
A rule for the IfcFinder to search items based on their category.
Properties
type
type:
"category"
The type of this rule. All rules have a fixed type.
value
value:
RegExp
The category value. It's a regular expression, so you can make complex queries and use ".*" to match all categories.