-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
CGAL Nef_polyhedron_3 Union issue #2861
Comments
The operation with Nef is not an issue, the error you have comes from the conversion from Nef to a polygon mesh. In your output you have some non-manifold edges (edges incident to more that 2 faces) and this kind of data is not representable with a polygon mesh. |
@sloriot Thanks Sebastian, this is very helpful. May I suggest that it throws an exception just like Polyhedron_3 says that the surface is not simple. |
You can use the function |
@sloriot In other words, if two grids have touching edges, they cannot be combined? |
Issue Details
Hi, I am trying to union 53 blocks from OFF files. However, the result is not closed and seems incorrect. Has anyone seen this kind of behaviour from Nef_polyhedron_3 union? Is this a bug?
These blocks are just random generated.
Data Files
Zip containing the cube OFF input files and OFF output file, 14kB
Output Visualisation
The 53 Blocks look like this:
After the union operation:
Top view:
Source Code
Environment
The text was updated successfully, but these errors were encountered: