GithubHelp home page GithubHelp logo

Entity Faces and Edges about xbimgeometry HOT 4 CLOSED

xbimteam avatar xbimteam commented on August 18, 2024
Entity Faces and Edges

from xbimgeometry.

Comments (4)

CBenghi avatar CBenghi commented on August 18, 2024

From @miosepayo on March 8, 2016 10:23

Hello,

Any news/plans on this one ?

Best regards

from xbimgeometry.

salvatore84 avatar salvatore84 commented on August 18, 2024

Hello,

Any news on this issue?

Best regards

from xbimgeometry.

martin1cerny avatar martin1cerny commented on August 18, 2024

You can investigate Xbim3DModelContext to see how xBIM handles geometry processing.

from xbimgeometry.

SteveLockley avatar SteveLockley commented on August 18, 2024

If you look at the test cases in the geometry engine you will see how to get the BREP model for any shape in IFC, it is typically as simple as

  1. Create an instance of XbimGeometryEngine
  2. Obtain an Ifc 3D geometry entity from the model
  3. Call the appropriate geometry creator method for the 3D shape you have retrieved

In pseudo code
var geomEngine = new XbimGeometryEngine();
var extrudedSolid = model.Instances[123] as IIfcExtrudedAreaSolid;
IXbimSolid brepSolid = geomEngine.CrateSolid(extrudedSolid);

You will find IXbimSolid exposes all the properties you need for shell, face, edge, vertex exploration

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.