#1040 - pre-proto - Setting correct center of fracture for SimWellFracture

This commit is contained in:
astridkbjorke
2017-01-06 15:55:26 +01:00
parent 31505c3b49
commit cf2b47d0b9
7 changed files with 65 additions and 22 deletions

View File

@@ -72,6 +72,8 @@ void RicNewSimWellFractureFeature::onActionTriggered(bool isChecked)
fracture->fractureDefinition = fracDef;
}
fracture->setIJK(0, 0, 0);
fracture->setCellCenterPosition();
fractureCollection->updateConnectedEditors();
RiuMainWindow::instance()->selectAsCurrentItem(fracture);