+ revert regression in commit c3f35d9f
affecting Part Thickness tool
This commit is contained in:
parent
4568a4e583
commit
d3b69112de
|
@ -548,6 +548,8 @@ Thickness::Thickness()
|
|||
Mode.setEnums(ModeEnums);
|
||||
ADD_PROPERTY_TYPE(Join,(long(0)),"Thickness",App::Prop_None,"Join type");
|
||||
Join.setEnums(JoinEnums);
|
||||
ADD_PROPERTY_TYPE(Intersection,(false),"Thickness",App::Prop_None,"Intersection");
|
||||
ADD_PROPERTY_TYPE(SelfIntersection,(false),"Thickness",App::Prop_None,"Self Intersection");
|
||||
}
|
||||
|
||||
short Thickness::mustExecute() const
|
||||
|
|
Loading…
Reference in New Issue
Block a user