Example #1
0
def Geometry_GetRandomPoint(GeomType, ip):
    """Geometry_GetRandomPoint(int GeomType, IntegrationPoint ip)"""
    return _geom.Geometry_GetRandomPoint(GeomType, ip)
Example #2
0
def Geometry_GetRandomPoint(GeomType, ip):
    return _geom.Geometry_GetRandomPoint(GeomType, ip)