-
Notifications
You must be signed in to change notification settings - Fork 517
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
Uncaught TypeError in reTesselateCoplanarPolygons #1360
Comments
kirevdokimov
added a commit
to kirevdokimov/OpenJSCAD.org
that referenced
this issue
Aug 27, 2024
@kirevdokimov thanks for the excellent example, and the in-depth analysis. there are lots of tests but not for this specific example. Given the similarity of the two cylinders, there's obviously something about the retellsation. Have you taken a look at the results of the Union before the retessellation? (Sorry for the spelling) I'll look over the fix. |
Responded in a related merge request: #1361 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use .union() to merge geometries, but when I do so, it causes errors.
Expected Behavior
Geometries are merged with no issues
Actual Behavior
.union() throws an exception
Steps to Reproduce the Problem
I assume this basic example works for everyone
Specifications
Same issue for Google Chrome Version 127.0.6533.122 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: