jlopezbi / rhinoUnfolder

unwrap meshes in rhino!
GNU General Public License v3.0
8 stars 2 forks source link

Select Chains of Edges #14

Closed jlopezbi closed 11 years ago

jlopezbi commented 11 years ago

for fairly structured meshes, which are easy to get using paneling tools, it is really nice to be able to select a chain of edges for a seam. This could be done by checking for edges that have the smallest angle difference and the smallest face-normal angle difference

jlopezbi commented 11 years ago

1) select two vertices, have algo find smoothest or shortest path between verts 2)select an edge in chain mode and have algo find smoothest path (in both directions?)

jlopezbi commented 11 years ago

This has been implemented. see http://rhinounwrapper.wordpress.com/2013/07/25/chain-selection-of-edges/