-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows, Doors, .. #557
Comments
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 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. |
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, |
You shall be able to book my time here. |
Hello xBIM Team,
I didn't know where to ask my question, other than here. If this is the wrong place, excuse me.
Currently we are working with XBimEssentials to create buildings. We now want to change the default
doors and windows to something more modern, with more details as well.
In ALLPLAN I often used libraries and macros to import different window and door types, e..g for garages etc..
But how would that work in xBIM (Doing it programitcally)
This is from ALLPLAN:
This is from xBIM Coding:
Thanks for the help!
Best regards, Fikret
The text was updated successfully, but these errors were encountered: