Add UseOutline property to PocketShape in order to mill full pockets and not have to add all sub-shapes.

This commit is contained in:
Markus Lampert
2018-08-17 20:57:52 -07:00
committed by wmayer
parent 321b159f27
commit 04807fddd7
6 changed files with 57 additions and 28 deletions

View File

@@ -39,7 +39,7 @@ class TaskPanelOpPage(PathPocketBaseGui.TaskPanelOpPage):
def pocketFeatures(self):
'''pocketFeatures() ... return FeaturePocket (see PathPocketBaseGui)'''
return PathPocketBaseGui.FeaturePocket
return PathPocketBaseGui.FeaturePocket | PathPocketBaseGui.FeatureOutline
Command = PathOpGui.SetupOperation('Pocket Shape',
PathPocketShape.Create,