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