-
Notifications
You must be signed in to change notification settings - Fork 18
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
Issue with 'difference' Function - Incorrect Object Removal and Polygon Closure #87
Comments
I cannot reproduce the issue on my side with the master branch |
Thank you for the prompt response. Unfortunately, I had already deleted the library. With the understanding that it could have been due to an incorrect version of the library, I tried again with the same code example and the library version. This time, I didn't encounter any faulty output files. However, this time I faced issues with different test .stl files: Traceback (most recent call last): I used these two .stl files: System:
MathText Support : False PIP:
Did I do something wrong in my setup? Thank you. |
This discussion should be a different issue then I don't know exactly what is difference(basis, gemein.transform(0.001*vec3(1))) |
Thank you for the quick response. I apologize for the incorrect file naming. stl1.stl = Basis.stl With your changes, I was able to compile it and achieved the desired results. Thanks! |
Happy that it worked for you ! |
Hello,
I hope you're doing well. I've come across an issue while testing the 'difference' function. During the process of subtracting an STL file from another, I observed that while the object's orientation was correctly subtracted, the polygons were not closed properly.
Code:
Result:
This should be the Result:
stl1 and stl2:
stl.zip
The text was updated successfully, but these errors were encountered: