Support PartDesign::Hole as subtractive type

This commit is contained in:
Mark Ganson TheMarkster 2018-07-28 11:42:43 -05:00 committed by DeepSOIC
parent 1f9e95c7c5
commit 7f8216fb71

View File

@ -91,6 +91,7 @@ def feature_sign(feature, raise_if_unsupported = False):
subtractive_types = [
'PartDesign::Pocket',
'PartDesign::Groove',
'PartDesign::Hole',
]
def unsupported():
if raise_if_unsupported:
@ -357,4 +358,4 @@ def cmdPDPattern():
" a template body and two placements/arrays, one from selected body and one from active body."
)
# command defined in lattice2PDPatternCommand.py
# command defined in lattice2PDPatternCommand.py