Exemplo n.º 1
0
def Geometry_GetRandomPoint(GeomType, ip):
    """Geometry_GetRandomPoint(int GeomType, IntegrationPoint ip)"""
    return _geom.Geometry_GetRandomPoint(GeomType, ip)
Exemplo n.º 2
0
def Geometry_GetRandomPoint(GeomType, ip):
    return _geom.Geometry_GetRandomPoint(GeomType, ip)