Review cleanups

This commit is contained in:
pre-commit-ci[bot]
2024-06-27 22:25:06 +00:00
committed by Chris Hennes
parent a674729dd3
commit 54920e6611
3 changed files with 16 additions and 14 deletions

View File

@@ -189,9 +189,6 @@ bool Body::isSolidFeature(const App::DocumentObject *obj)
return false;
}
// if (obj == BaseFeature.getValue())
// return true;
if (obj->isDerivedFrom<PartDesign::Feature>()) {
if (PartDesign::Feature::isDatum(obj)) {
// Datum objects are not solid