Example #1
0
 def GetVertices(self, *args):
     """
     GetVertices(Point self, intArray v)
     GetVertices(Point self) -> int *
     """
     return _point.Point_GetVertices(self, *args)
Example #2
0
 def GetVertices(self, *args):
     return _point.Point_GetVertices(self, *args)