Triangle.NET icon indicating copy to clipboard operation
Triangle.NET copied to clipboard

Topological inconsistency after splitting a segment, 2nd

Open DDemol opened this issue 6 years ago • 1 comments

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

DDemol avatar Jun 18 '18 13:06 DDemol

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.

Geri-Borbas avatar Jun 19 '18 02:06 Geri-Borbas