Exemplo n.º 1
0
def Geometry_ProjectPoint(GeomType, beg, end):
    return _geom.Geometry_ProjectPoint(GeomType, beg, end)
Exemplo n.º 2
0
def Geometry_ProjectPoint(*args):
    """
    ProjectPoint(int GeomType, IntegrationPoint beg, IntegrationPoint end) -> bool
    Geometry_ProjectPoint(int GeomType, IntegrationPoint ip) -> bool
    """
    return _geom.Geometry_ProjectPoint(*args)
Exemplo n.º 3
0
def Geometry_ProjectPoint(*args):
    return _geom.Geometry_ProjectPoint(*args)