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