Esempio n. 1
0
 public static bool Bridge(this pb_Object pb, pb_Edge a, pb_Edge b)
 {
     return(pb.Bridge(a, b, true));
 }