Expand description
Geometry-evidence adapter contracts independent of OpenBIM.
Axiolid consumes source-qualified subjects, so proprietary CAD, mesh, and B-rep
producers can participate without an IFC dependency. No geometry kernel is silently
substituted: missing backends return AxiolidError::IntegrationUnavailable.
Structs§
- Geometry
Evidence - Geometry evidence for one source-qualified subject.
- InMemory
Geometry Source - In-memory geometry adapter used to conformance-test any CAD source.
- Source
Identity - Stable identity scope for a geometry-producing source.
- Unavailable
Geometry Backend - Explicit placeholder used while no external geometry backend is linked.
Enums§
- Axiolid
Error - Errors from geometry evidence adaptation.
- Exactness
- Declares whether an item is exact B-rep evidence or an approximation.
Traits§
- Geometry
Backend - Isolated seam for a real geometry kernel or CAD SDK.
- Geometry
Source - Read-only geometry evidence lookup.