Support PartDesign::Hole as subtractive type
This commit is contained in:
parent
1f9e95c7c5
commit
7f8216fb71
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user