#1145 - pre-proto - Adding command feature for export of fractures only from selected wells. So far only fractures from one well can be exported each time.

This commit is contained in:
astridkbjorke
2017-01-31 09:56:16 +01:00
parent 6008e9eb4f
commit 238b803dce
5 changed files with 166 additions and 1 deletions

View File

@@ -343,6 +343,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
else if (dynamic_cast<RimEclipseWell*>(uiItem))
{
commandIds << "RicNewSimWellIntersectionFeature";
commandIds << "RicExportSelectedSimWellFractureWellCompletionFeature";
}
else if (dynamic_cast<RimEclipseWellCollection*>(uiItem))
{