#2404 Intersection: Update 3d view when creating new Intersection Box

This commit is contained in:
Rebecca Cox
2018-01-24 10:48:23 +01:00
parent 9617481406
commit 650fc2147d
12 changed files with 25 additions and 14 deletions

View File

@@ -56,7 +56,7 @@ void RicAppendIntersectionBoxFeature::onActionTriggered(bool isChecked)
RimIntersectionBox* intersectionBox = new RimIntersectionBox();
intersectionBox->name = QString("Intersection Box");
coll->appendIntersectionBox(intersectionBox);
coll->appendIntersectionBoxAndUpdate(intersectionBox);
intersectionBox->setToDefaultSizeBox();