#1145 - pre-proto - Export of fracture data for selected wells (either SimWells or WellPaths)

This commit is contained in:
astridkbjorke
2017-02-02 11:38:55 +01:00
parent 1243ae6cd1
commit 64684f6bec
6 changed files with 180 additions and 12 deletions

View File

@@ -343,7 +343,6 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
else if (dynamic_cast<RimEclipseWell*>(uiItem))
{
commandIds << "RicNewSimWellIntersectionFeature";
commandIds << "RicExportSelectedSimWellFractureWellCompletionFeature";
}
else if (dynamic_cast<RimEclipseWellCollection*>(uiItem))
{
@@ -440,7 +439,13 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicEclipseWellShowHeadFeature";
commandIds << "RicEclipseWellShowPipeFeature";
commandIds << "RicEclipseWellShowSpheresFeature";
commandIds << "RicExportSelectedSimWellFractureWellCompletionFeature";
}
else if (dynamic_cast<RimWellPath*>(uiItem))
{
commandIds << "RicExportSelectedWellPathFractureWellCompletionFeature";
}
}