wo80 / Triangle.NET

C# / .NET version of Jonathan Shewchuk's Triangle mesh generator.
463 stars 85 forks source link

Topological inconsistency after splitting a segment, 2nd #5

Open DDemol opened 6 years ago

DDemol commented 6 years ago

Hello,

Firstly, I know that is not a place for support, but this is the only place that I know to talk with the Triangle.NET community.

I have a "Topological inconsistency after splitting a segment" error, I searched a lot of information at the original CodePlex repository and here with other issues, but I can't find a solution to my problem. I have also checked inside library in Debug mode and I saw strange things like a triangle with his 3 points aligned (I don't know if this information can help to find the problem).

If anyone can help me or have an idea to solve this problem, that would be great.

Thanks

PolyFile.zip

Geri-Borbas commented 6 years ago

Hi, this seems a very common issue, actually the only issue I heard about.

Take a look on this closed issue: Getting Topological inconsistency after splitting a segment on simple data

Also, there are multiple similar issues at the CodePlex repository archive discussions.

Me personally did not encounter such problems but seems that most of the time the input polygons have some kind of overlapping / redundant stuff. You may review / debug your input geometry perhaps.