committed by
Adrián Insaurralde Avalos
parent
35b0ea71f9
commit
d21d4c89cb
@@ -438,6 +438,9 @@ void relinkToBody (PartDesign::Feature *feature) {
|
||||
|
||||
bool isFeatureMovable(App::DocumentObject* const feat)
|
||||
{
|
||||
if (!feat)
|
||||
return false;
|
||||
|
||||
if (feat->getTypeId().isDerivedFrom(PartDesign::Feature::getClassTypeId())) {
|
||||
auto prim = static_cast<PartDesign::Feature*>(feat);
|
||||
App::DocumentObject* bf = prim->BaseFeature.getValue();
|
||||
|
||||
Reference in New Issue
Block a user