Review cleanups
This commit is contained in:
committed by
Chris Hennes
parent
a674729dd3
commit
54920e6611
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user