thatopen-syntax-properties
Installation
SKILL.md
ThatOpen Property Queries and Classification
Overview
ThatOpen provides two complementary systems for organizing and extracting data from loaded BIM models:
- Classifier — Groups fragment items by IFC category, building storey,
model, or custom criteria. Produces
ModelIdMapresults for downstream operations (hiding, highlighting, data extraction). - FragmentsManager.getData() — Extracts IFC property data (property sets, quantity sets, type information, relationships) for targeted items.
- ItemsFinder — Searches items across models using query parameters with category, attribute, and relationship filters.
All three operate on the fragment layer, not raw web-ifc. For direct
web-ifc property access (GetLine, GetPropertySets), see
thatopen-core-web-ifc.