Exemple #1
0
def Geometry_ProjectPoint(GeomType, beg, end):
    return _geom.Geometry_ProjectPoint(GeomType, beg, end)
Exemple #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)
Exemple #3
0
def Geometry_ProjectPoint(*args):
    return _geom.Geometry_ProjectPoint(*args)