From 7f8216fb71fbee7e15c2427af847dcd94770ec57 Mon Sep 17 00:00:00 2001 From: Mark Ganson TheMarkster <39143564+mwganson@users.noreply.github.com> Date: Sat, 28 Jul 2018 11:42:43 -0500 Subject: [PATCH] Support PartDesign::Hole as subtractive type --- lattice2PDPattern.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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