gradientspace / geometry3Sharp

C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
http://www.gradientspace.com
Boost Software License 1.0
1.71k stars 384 forks source link

Merging mesh strips #123

Open kgallion opened 4 years ago

kgallion commented 4 years ago

Hello, great library!

I have a mesh that was produced in strips and represents a solid object. It has lots of edges that line up closely between the strips but no shared vertices as in the picture below. I'm trying to merge these strips together and tried MergeCoincidentEdges and combinations of other available tools in the library, but was unsuccessful. Also tried the Weld tool in Cotangent. Any suggestions on how to approach this?

image