Open rubit0 opened 3 months ago
Very strange. We've used Xbim.Geometry 5.1 & 6 extensively in azure app services (winx86 and winx64) and not seen this kind of 'partial' failure. Azure issues are usually all or nothing (environmental etc) rather than this kind of thing. However we're not using gltf which may add another layer of complexity.
Things to check:
It looks like it's failing to cut the openings (a boolean operation in OpenCascade). That might point at a few things including:
I made a asp.net (dotnet 8) web app to convert a ifc file to gltf but when deployed to azure (standard winx64 dotnet appservice plan) it generates a gltf with missing geometry. I tried all sort of combinations, self-contained single file, x64, x86, and the default dotnet 8 runtime.
There are no errors and I exhausted all possible deployment configuration options. I'm using the latest stable releases:
This is the main code snipped that generates the gltf:
I would love to find out how to fix this issue, in theory there should be no difference between my dotnet runtime and the one on azure. Could this be a floating point precision issue?