tmpvar / mesh-slice-polygon

slice a mesh with a plane and return the resulting polygon(s)
MIT License
26 stars 7 forks source link

weird results when wrapping a corner into a hole #1

Open tmpvar opened 10 years ago

tmpvar commented 10 years ago

Seems like we're missing the collection of an intersection

STL used: https://thingiverse-production.s3.amazonaws.com/assets/cb/ee/05/ee/aa/ISO_SHAFT_CLAMP.stl

screen shot 2014-03-05 at 12 57 37 pm

tmpvar commented 10 years ago

mesh at degeneracy

screen shot 2014-03-05 at 1 01 17 pm

tmpvar commented 9 years ago

this is due in part to the collinear test. It has been disabled for the moment and works way better. Still need a better fix for this issue though.