ifcos-impl-relationships
Installation
SKILL.md
IFC Relationship Management with IfcOpenShell
Quick Reference
Decision Tree: Which Relationship Do I Need?
What are you connecting?
│
├── Spatial hierarchy (Project → Site → Building → Storey)?
│ └── Use aggregate.assign_object
│ └── Creates IfcRelAggregates
│
├── Element inside a spatial container (Wall in Storey)?
│ └── Use spatial.assign_container
│ └── Creates IfcRelContainedInSpatialStructure
│
├── Element referenced in (but not contained by) a spatial structure?
│ └── Use spatial.reference_structure
Related skills
More from openaec-foundation/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
blender-syntax-materials
>
3blender-core-gpu
>
3blender-agents-code-validator
>
3blender-syntax-panels
>
3blender-errors-data
>
3blender-syntax-data
Covers Blender data management including collections, library overrides, asset system, linked libraries, BlendDataLibraries, data block creation and removal, fake users, and data transfer between files. Activates when managing Blender collections, linking/appending data, working with library overrides, or using the asset system.
3