#1044 - pre-proto - Started adding feature for making new simulation well fracture in 3D view, but not finished due to missing infrastructure

This commit is contained in:
astridkbjorke
2016-12-20 13:10:03 +01:00
parent ff996e75ea
commit b6a08700a2
8 changed files with 130 additions and 13 deletions

View File

@@ -310,6 +310,7 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
caf::SelectionManager::instance()->setSelectedItem(well);
commandIds << "RicNewSimWellIntersectionFeature";
commandIds << "RicNewSimWellFractureAtPosFeature";
}
}