Merge pull request #7488 from FEA-eng/patch-5

PartDesign: change default behavior of Thickness tool to inwards
This commit is contained in:
sliptonic
2023-10-02 13:13:40 -05:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ Thickness::Thickness()
Mode.setEnums(ModeEnums);
ADD_PROPERTY_TYPE(Join, (long(0)), "Thickness", App::Prop_None, "Join type");
Join.setEnums(JoinEnums);
ADD_PROPERTY_TYPE(Reversed, (false), "Thickness", App::Prop_None,
ADD_PROPERTY_TYPE(Reversed, (true), "Thickness", App::Prop_None,
"Apply the thickness towards the solids interior");
ADD_PROPERTY_TYPE(Intersection, (false), "Thickness", App::Prop_None,
"Enable intersection-handling");