PartDesign: refresh body after pipe creation (#11357)
This commit is contained in:
@@ -515,6 +515,7 @@ bool TaskPipeParameters::accept()
|
||||
for (auto obj : copies) {
|
||||
pcActiveBody->addObject(obj);
|
||||
}
|
||||
pcActiveBody->execute();
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
QMessageBox::warning(this, tr("Input error"), QApplication::translate("Exception", e.what()));
|
||||
|
||||
Reference in New Issue
Block a user