Expand description
Source-neutral OpenBIM semantic adapter contracts and production IFC seam.
import_ifc_session parses strict IFC4 STEP bytes into an immutable,
fingerprint-bound Axioval evidence session. The older importer trait remains
available for host-defined OpenBIM sources.
Structs§
- InMemory
Semantic Source - In-memory conformance double for semantic sources.
- Open
BimImport Request - A request for an external OpenBIM import implementation.
- Semantic
Entity - One semantic entity exposed by an OpenBIM source.
- Source
Descriptor - A source’s stable identity and declared semantic schema.
- Unavailable
Open BimImporter - Explicit placeholder used while no external OpenBIM parser is wired in.
Enums§
- IfcSession
Error - Production IFC import/session construction failure.
- Open
BimError - Errors produced while forming or importing a semantic source.
Traits§
- Open
BimImporter - Integration seam for IFC/STEP or other OpenBIM parser implementations.
- Semantic
Source - Read-only semantic view that preserves input ordering and identity scope.
Functions§
- import_
ifc_ session - Parses strict IFC STEP bytes and binds an immutable exact-evidence session.