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