diff --git a/lattice2PDPattern.py b/lattice2PDPattern.py index 92383bb..c20ad54 100644 --- a/lattice2PDPattern.py +++ b/lattice2PDPattern.py @@ -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 \ No newline at end of file +# command defined in lattice2PDPatternCommand.py