xBimTeam / XbimEssentials

A .NET library to work with data in the IFC format. This is the core component of the Xbim Toolkit
https://xbimteam.github.io/
Other
494 stars 173 forks source link

Ensure a modelProvider is always registered. #490

Closed andyward closed 1 year ago

andyward commented 1 year ago

Previously using the configuration builder would allow you to omit the implementation, meaning the IfcStore would fail to resolve a provider.

Now we always default the MemoryModel Provider when none is supplied.

TODO: Consider if we default Heuristic Provider?