Menu

#11 PolygonHandler - Reading PolygonHoles bug

open
nobody
None
5
2004-01-27
2004-01-27
No

PolygonHandler.cs:179

holesForShells is not filled with the correct holes.

Add the following at the end of the loop through the
holes (line 179)

if(minShell != null)
{
((ArrayList)holesForShells[shells.IndexOf
(minShell)]).Add(testRing);
}

Keep up the good work!

Stijn Stragier

Discussion


Log in to post a comment.

Auth0 Logo