Code Monkey home page Code Monkey logo

Comments (3)

martin1cerny avatar martin1cerny commented on August 15, 2024 1

You shall be able to book my time here.

from xbimessentials.

martin1cerny avatar martin1cerny commented on August 15, 2024

Hi @fikoer99 ,

thank you for using the Toolkit. You can use the Toolkit to import and place library components indeed. On the simplistic level you can use our model.InsertCopy() function which will take what we call 'data island' from one model and insert it in another.

IFC is not hierarchical but multidirectional graph, so this function implements an opinionated selection to draw the line around the data island. You may need to have a look at the code as it will copy over some entities you will probably not want as it is intended for slightly different scenario (isolating small testable data islands). Once you start bringing all the related objects, you easily end up with the complete model.

Also, while this is relatively straightforward for fixed-size models (like a chair, boiler etc.), you may want to apply some configuration (or parametric behaviour) to other kinds of elements (length of the pipe, width of the door etc.). You can use the Toolkit to modify the geometry, but it doesn't have any high level support for dimensional scripting etc. So, you may need to develop special libraries of IFC objects where your code will understand the parameters of the geometry so you can use the Toolkit to set the right values (mostly lengths and placements in general).

I'm happy to jump on a call if you wanted to discuss more about this interesting project.

from xbimessentials.

fikoer99 avatar fikoer99 commented on August 15, 2024

Hello @martin1cerny,

Thanks for the fast reponse and your help. I will investigate on the proposed solutions and try to implement it like that.

I would love to have a call with you. Where and when would you be available?

Best regards,
Fikret

from xbimessentials.

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.