[PD] Pad/Pocket: sort out common code

- sort out a constraint used by Pad and Pocket
- also unify Length2 parameter naming
This commit is contained in:
Uwe
2022-01-08 00:45:19 +01:00
parent f31fe30c57
commit e2f883fcc4
4 changed files with 11 additions and 10 deletions

View File

@@ -61,6 +61,7 @@ PROPERTY_SOURCE(PartDesign::FeatureExtrude, PartDesign::ProfileBased)
FeatureExtrude::FeatureExtrude()
{
signedLengthConstraint = { -DBL_MAX, DBL_MAX, 1.0 };
}
short FeatureExtrude::mustExecute() const