Andy Ward
Andy Ward
So we're working on some x-platform (netcore) port of XBIM. "Watch this space" and xBimTeam/XbimEssentials#213. However this doesn't yet include XbimGeometry, because of the native code in OCC (p/invoking etc)....
This has been asked lots of times before. There can be various reasons: see https://github.com/xBimTeam/XbimGeometry/issues/312#issuecomment-778184952 for some possible solutions
Hi Maggie, I don't think the building element type will be a factor, but there are always some edge cases on the handling of different Geometry primitives used in their...
What version of Geometry Engine are you using? I had a quick look in Xplorer using the very latest GeometryEngine (5.1.338) and it reads & renders fine & no errors:...
Not quite ready but you can track the progress over at [feature/netcore](https://github.com/xBimTeam/XbimGeometry/commits/feature/netcore) branch.
This is usually one of a several issues, all of which have solutions in the Issues in this repo: 1. Missing VC runtime that the Geometry Engine depends on. Installing...
That's a good call. It's pretty hard to justify using the GAC these days.
Looks like this needs investigating
Yes this won't work. Take a look at https://github.com/xBimTeam/XbimEssentials/issues/360 for how to do this. There's a special [factory](https://github.com/xBimTeam/XbimEssentials/blob/master/Xbim.Ifc2x3/Interfaces/IFC4/Create.cs) in the IFC2x3 schema that will give you the correct instance depending...
Thanks Dion we'll take a look