-
Notifications
You must be signed in to change notification settings - Fork 214
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
Bad openings #210
Comments
Carve is the library here used for boolean operations: https://github.com/folded/carve |
CSG operations are a field of its own, that's why it is an external library.
|
Thank you for your answer. With your clues, one of our developer fixed the issue inserting this line : CSG_Adapter::retriangulateMeshSet( product_meshset ); in RepresentationConverter.h , line 1083, just before CSG_Adapter::computeCSG( product_meshset, opening_meshset, carve::csg::CSG::A_MINUS_B, result, this, ifc_element ); Perhaps it should be a good idea to propose it as an option in GeometrySettings ? |
"as an option in GeometrySettings". Good idea, I will put that in the next update soon |
I'm interested in this 😃 |
Should be improved with latest update. Yet not perfect... |
Hello,
I have a problem with some openings in walls as you can see in this capture done in a build of SimpleViewerExampleQt using the last ifc++ source ( 2021 - 05 - 05 ).
The problem does not appear in the build version of the viewer available to download on the website :
Even if there's another problem on the window on the right of the image.
Here is the same wall viewed in BimVision :
And here is the IFC file containing this wall.
buggy.zip
Thanks for the good job !
Stéphane
The text was updated successfully, but these errors were encountered: