Crate axioval_axiolid

Source
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§

GeometryEvidence
Geometry evidence for one source-qualified subject.
InMemoryGeometrySource
In-memory geometry adapter used to conformance-test any CAD source.
SourceIdentity
Stable identity scope for a geometry-producing source.
UnavailableGeometryBackend
Explicit placeholder used while no external geometry backend is linked.

Enums§

AxiolidError
Errors from geometry evidence adaptation.
Exactness
Declares whether an item is exact B-rep evidence or an approximation.

Traits§

GeometryBackend
Isolated seam for a real geometry kernel or CAD SDK.
GeometrySource
Read-only geometry evidence lookup.