You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Should m_meshsets be replaced with m_meshsets_open?
2.CSG_Adapter::computeCSG Performing grid subtraction does not seem to work.
The text was updated successfully, but these errors were encountered:
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.
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.
2.CSG_Adapter::computeCSG Performing grid subtraction does not seem to work.
The text was updated successfully, but these errors were encountered: