Skip to content
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

Some problems with using convertGeometry(). #283

Open
jiangxiaoyuyu opened this issue Jul 20, 2024 · 3 comments
Open

Some problems with using convertGeometry(). #283

jiangxiaoyuyu opened this issue Jul 20, 2024 · 3 comments

Comments

@jiangxiaoyuyu
Copy link

Sorry to bother you, but I found some possible errors with the convertGeometry() function while using ifcplusplus.
In my understanding, this part is to find the set of grids that should have holes, and then subtract the set of holes to generate a new mesh.

  1. Should m_meshsets be replaced with m_meshsets_open?
    2.CSG_Adapter::computeCSG Performing grid subtraction does not seem to work.
    02
@jiangxiaoyuyu
Copy link
Author

On the left is the bim model and on the right is the obj file created with carve
(88P$}UTZDK_FU8OBPXH

@ifcapps
Copy link
Collaborator

ifcapps commented Jul 22, 2024

It could be a bug in the obj export. It could be a bug in Carve. To find out, you can debug the code with Visual Studio for example.
Or check the file with the example Qt Viewer.

@jiangxiaoyuyu
Copy link
Author

This is the txt format of the ifc file,The part that performs csg compute doesn't seem to work
example.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants