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