Andy Ward
Andy Ward
A Draft of IFC4.2 is out including IfcBridge support. We should look to support it ahead of the official release. We've undertaken some experimental work on ifc5 already which includes...
Microsoft have release interop wrappers for Esent supporting netstandard. If we upgrade then net core projects can use Essentials with the Esent IModel & its performance benefits I don't believe...
Following on from #106, which I think we can close, we've implemented **some** of the IFC4x1 & IFC Alignment geometries - **but not all**. E.g. Martin identified the following as...
Uplift and integrate Windows Xplorer with latest v5.0 Essentials & Geometry - [x] Uplift to net47 (no netcore for this project) - [x] Integrate latest v5 dependencies - [x] Fix...
MemoryModel has constructor overloads that take an `EntityFactoryResolverDelegate` - which allows the EntityFactory to be determined once the header has been read, meaning a single parse. EsentModel does not provide...
Logging for reference, and so we can test in v6. Apparently when running xbim apps from UNC file shares the GE probing fails un net48. But works under net6 See...
Under v6 GE, invoking ```cssharp var context = new Xbim3DModelContext(model); ``` Throws InvalidOperationException: `An implementation of IXbimGeometryServicesFactory could not be foundEnsure you have registered the GeometryEngine with services.AddXbimGeometryEngine()` The workaround...
An initial pass integrating both the new GE and IFC4x3 support into xbim Xplorer This necessitated upgrading to .net6 which was overdue