public static double Distance(Graphic2dVertex AV1, Graphic2dVertex AV2)
 {
     return(Graphic2d_Vertex_Distance693D9ECB(AV1.Instance, AV2.Instance));
 }
 public bool IsEqual(Graphic2dVertex other)
 {
     return(Graphic2d_Vertex_IsEqualC6E2F71C(Instance, other.Instance));
 }