meshmash / Plankton

A C# half-edge mesh data structure, and components for using this in Grasshopper/Rhino
http://meshmash.github.io/Plankton
GNU Lesser General Public License v3.0
216 stars 66 forks source link

After a face is removed it's vertices should either be naked or on a boundary #36

Closed pearswj closed 8 years ago

pearswj commented 8 years ago

Vertices that remain after a face is deleted should correctly identify as being on a boundary. Naked vertices are already handled by the RemovePairHelper.

Thanks to @danhambleton for identifying this bug and @KurtLoeffler for confirming.

Adds a test which deletes and re-adds an internal face.

Closes #29