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
What is the current behavior?
I have a triangle from a STL with 3 points aligned and it is not delete by remove_degenerate_triangles method
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem Avoid reference to other packages
Those are my points aligned:
point1: Point3D(-0.6205590209960937, 0.349411376953125, 0.17962226867675782)
point2: Point3D(-0.6205590209960937, 0.349411376953125, 0.407595458984375)
point3: Point3D(-0.6205590209960937, 0.349411376953125, 0.384592529296875)
What is the expected behavior?
Aligned point to be deleted OR method Mesh3D.to_triangles3d to not fail because of those three aligned points
What is the motivation / use case for changing the behavior?
Customer
Possible fixes
Check with normalize vector in order to verify that they are not aligned
Please tell us about your environment:
branch: master
commit: latest
python version: 3.9.13
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
What is the current behavior?
I have a triangle from a STL with 3 points aligned and it is not delete by remove_degenerate_triangles method
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem Avoid reference to other packages
Those are my points aligned:
point1: Point3D(-0.6205590209960937, 0.349411376953125, 0.17962226867675782)
point2: Point3D(-0.6205590209960937, 0.349411376953125, 0.407595458984375)
point3: Point3D(-0.6205590209960937, 0.349411376953125, 0.384592529296875)
What is the expected behavior?
Aligned point to be deleted OR method Mesh3D.to_triangles3d to not fail because of those three aligned points
What is the motivation / use case for changing the behavior?
Customer
Possible fixes
Check with normalize vector in order to verify that they are not aligned
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: