Merge pull request #24333 from PaddleStroke/patch-83

PartDesign: Pocket Through all: Taper should be writable and offset hidden
This commit is contained in:
Chris Hennes
2025-09-30 11:51:52 -05:00
committed by GitHub
2 changed files with 3 additions and 5 deletions

View File

@@ -224,7 +224,7 @@ void FeatureExtrude::updateProperties()
localOffset = true;
}
else if (method == "ThroughAll") {
// No specific length/taper/offset for ThroughAll type
taperVisible = true;
}
};