Exemplo n.º 1
0
 private static bool CanPut(XYZ pt)
 {
     return(pt.InPlanePolygon(InsEdges) && pt.InPlanePolygon(RoomEdges));
 }