PartDesign: Modeling features work with faces
-Rename Sketchbased to ProfileBased to show new behavior -Adopt ProfileBased to make the relevant helper functions work with faces too -Adopt features for unified use of helper functions -Adopt commands to allow face selection
This commit is contained in:
@@ -45,7 +45,7 @@ ViewProviderHole::~ViewProviderHole()
|
||||
std::vector<App::DocumentObject*> ViewProviderHole::claimChildren(void)const
|
||||
{
|
||||
std::vector<App::DocumentObject*> temp;
|
||||
temp.push_back(static_cast<PartDesign::Pad*>(getObject())->Sketch.getValue());
|
||||
temp.push_back(static_cast<PartDesign::Pad*>(getObject())->Profile.getValue());
|
||||
|
||||
return temp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user