mauge123 / mechanical-blender

mechanical blender project
Other
70 stars 16 forks source link

middle point is not always found #36

Closed mirlip closed 7 years ago

mirlip commented 7 years ago

In this http://pasteall.org/blend/index.php?id=46042 blend file, the middle point which should be found where the 3D cursor is won't be snapped to for some reason. If you delete the upper right vertex, this point will be found by the snap system.

mauge123 commented 7 years ago

this is because the edge is part of planar surface. You can show up the found geometry on properties tab -> Mesh Display -> Show geometry

The algorithm ignores inner edges of a planar surface.

mirlip commented 7 years ago

Thanks for the explanation. Do you plan to add an exhaustive version to find all middle points? I mean as an option, so that user can choose between speed and quality.