Example #1
0
 public static List <global::Topologic.Face> SharedFaces(global::Topologic.Cell cell, global::Topologic.Cell otherCell)
 {
     return(cell.SharedFaces(otherCell));
 }