diff --git a/src/Mod/PartDesign/InvoluteGearFeature.py b/src/Mod/PartDesign/InvoluteGearFeature.py index d068dfa65..6aa548713 100644 --- a/src/Mod/PartDesign/InvoluteGearFeature.py +++ b/src/Mod/PartDesign/InvoluteGearFeature.py @@ -94,6 +94,7 @@ class _InvoluteGear: involute.CreateInternalGear(w, obj.Modules.Value,obj.NumberOfTeeth, obj.PressureAngle.Value, obj.HighPrecision) gearw = Part.Wire([o.toShape() for o in w.wire]) obj.Shape = gearw + obj.positionBySupport(); return