示例#1
0
 void IdentifyInsideCells()
 {
     foreach (MeshCell <T> cell in insideCells.EnumerateCellsInConcentricCircles())
     {
         cell.Type = MeshCellType.Inside;
     }
 }