fixes #0002512 Allow multi-face part design tools

This commit is contained in:
Stefan Tröger
2016-05-18 19:49:05 +02:00
committed by wmayer
parent 4f8973fe8e
commit 83ce80f133
16 changed files with 63 additions and 52 deletions

View File

@@ -165,7 +165,7 @@ App::DocumentObjectExecReturn *Boolean::execute(void)
result = mkTrf.Shape();
}
this->Shape.setValue(result);
this->Shape.setValue(getSolid(result));
return App::DocumentObject::StdReturn;
}