GithubHelp home page GithubHelp logo

Comments (1)

andyward avatar andyward commented on August 19, 2024

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:

  • Is it 100% repeatable? Is it always the same elements missing?
  • Does it occur with other models, or just this one?
  • Have you tried setting the number of threads to 1? (i.e. Xbim3DModelContext.MaxThreads = 1)
  • Have you managed to get any logs from the Geometry Engine (using an ILogger)
  • Have you tried generating wexbim rather than glTF to establish if it's a core GE issue vs gltf export
  • Have you tried stripping the model down to a the affected walls & openings?

It looks like it's failing to cut the openings (a boolean operation in OpenCascade). That might point at a few things including:

  • Precision (as you mention) - try adjusting the precision on ModelFactors
  • wrong / incompatible VC/Windows runtime (Kudu may be able to tell you what's installed)
  • a threading issue
  • potentially an endian edge case?

from xbimgeometry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.