+ fixes #0001569: Bounding Box of Mesh::Feature in the Gui does not respect the Placement

This commit is contained in:
wmayer
2014-06-02 13:06:14 +02:00
parent 3291233012
commit c31b661004
3 changed files with 3 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ Feature::~Feature()
App::DocumentObjectExecReturn *Feature::execute(void)
{
this->Mesh.touch();
return App::DocumentObject::StdReturn;
}

View File

@@ -91,6 +91,7 @@ App::DocumentObjectExecReturn *Feature::recompute(void)
App::DocumentObjectExecReturn *Feature::execute(void)
{
this->Shape.touch();
return App::DocumentObject::StdReturn;
}

View File

@@ -56,6 +56,7 @@ Feature::~Feature()
App::DocumentObjectExecReturn *Feature::execute(void)
{
this->Points.touch();
return App::DocumentObject::StdReturn;
}