Beispiel #1
0
def SetupProperties():
    return PathPocketBase.SetupProperties() + ['UseOutline']
Beispiel #2
0
def SetupProperties():
    return PathPocketBase.SetupProperties() + ["HandleMultipleFeatures"]
Beispiel #3
0
def SetupProperties():
    return PathPocketBase.SetupProperties() + ["BoundaryShape"]
Beispiel #4
0
def SetupProperties():
    setup = PathPocketBase.SetupProperties()
    setup.append("BoundaryShape")
    setup.append("ExcludeRaisedAreas")
    setup.append("ClearEdges")
    return setup
Beispiel #5
0
def SetupProperties():
    return PathPocketBase.SetupProperties()