geometry-central icon indicating copy to clipboard operation
geometry-central copied to clipboard

connectVertices Boundary face

Open lolleko opened this issue 3 years ago • 0 comments

I've been wondering how splitting a boundary face is handled in the Half Edge structure when using connectVertices(). How is determined which face will become the new boundary face? Judging by https://github.com/nmwsharp/geometry-central/blob/ca43ed7daf97379fc533f74374d007ed7147e62f/src/surface/manifold_surface_mesh.cpp#L619 it seems like it would make a difference whether you use connectVertices(a,b) or connectVertices(b,a)

lolleko avatar Nov 20 '21 22:11 lolleko