Andy Ward

Results 368 comments of Andy Ward

Might be worth trying this PR which adds net5 support for Essentials https://github.com/xBimTeam/XbimEssentials/pull/359 We'll get this merged shortly, but in the meantime can you target netcore3?

Implemented but needs testing on various platforms. Still to do: - [ ] Establish what happens on Linux etc. when using EsentModel. - [ ] Determine if the IModelProvider implementations...

It's really a matter of history. Neither netcore or LiteDB were around in ~2010 when xbim first needed an open persistence layer suitable for the non-relational data in IFC. The...

Well you could calculate an axis-aligned bounding box for the IfcSpaces, but it's going to be imprecise unless all your rooms are rectangular and oriented on the same axis. There's...

See Support for #353

@martin1cerny would be good to review this PR

Looks like the docs are slightly out of date. It should be `XbimIfcSchemaVersion.Ifc4` If it helps, there's a full working version using the latest xbim packages over at https://github.com/xBimTeam/XbimSamples/blob/bb38c0facc9f17ae3eb5197991b0cf7e03b66537/HelloWall/HelloWallExample.cs#L158

IfcStore got refactored pretty heavily recently. It's possible I broke something as part of #227 - will take a look

OK, I can't reproduce this using IfcStore. It would be best if you could provide a test or, working example of it failing, including the definition of `requiredProducts` and a...