Path: Changes to allow for Adaptive op defaults at job level
Add `SetupProperties()` function to Adaptive module. Connect `SetupProperties()` function to GUI command resources. Add string assignment for `App::PropertyPythonObject` property prototype
This commit is contained in:
@@ -737,6 +737,16 @@ def SetupProperties():
|
||||
return setup
|
||||
|
||||
|
||||
def SetupProperties():
|
||||
setup = ["Side", "OperationType", "Tolerance", "StepOver",
|
||||
"LiftDistance", "KeepToolDownRatio", "StockToLeave",
|
||||
"ForceInsideOut", "FinishingProfile", "Stopped",
|
||||
"StopProcessing", "UseHelixArcs", "AdaptiveInputState",
|
||||
"AdaptiveOutputState", "HelixAngle", "HelixConeAngle",
|
||||
"HelixDiameterLimit", "UseOutline"]
|
||||
return setup
|
||||
|
||||
|
||||
def Create(name, obj=None, parentJob=None):
|
||||
'''Create(name) ... Creates and returns a Adaptive operation.'''
|
||||
if obj is None:
|
||||
|
||||
Reference in New Issue
Block a user