[PD] allow negative helix growth

Helices that become smaller with every turn are geometrically perfectly valid. Therefore we cannot forbid this.

(For example when creating a helix from a face you often cannot move it so that you can apply a positive growth.)
This commit is contained in:
Uwe
2021-11-29 00:53:19 +01:00
parent 4a3d211378
commit bd2dbeb906
3 changed files with 11 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ protected:
App::PropertyBool* propReversed;
App::PropertyLinkSub* propReferenceAxis;
App::PropertyAngle* propAngle;
App::PropertyLength* propGrowth;
App::PropertyDistance* propGrowth;
App::PropertyEnumeration* propMode;
App::PropertyBool* propOutside;