def Geometry_ProjectPoint(GeomType, beg, end): return _geom.Geometry_ProjectPoint(GeomType, beg, end)
def Geometry_ProjectPoint(*args): """ ProjectPoint(int GeomType, IntegrationPoint beg, IntegrationPoint end) -> bool Geometry_ProjectPoint(int GeomType, IntegrationPoint ip) -> bool """ return _geom.Geometry_ProjectPoint(*args)
def Geometry_ProjectPoint(*args): return _geom.Geometry_ProjectPoint(*args)