示例#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()