#1078 Added context menu for well cells and well cell fence

This commit is contained in:
Magne Sjaastad
2017-01-26 17:52:13 +01:00
parent 8f4fa4592a
commit ccc7345706
3 changed files with 149 additions and 0 deletions

View File

@@ -409,6 +409,8 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicEclipseWellShowHeadFeature";
commandIds << "RicEclipseWellShowPipeFeature";
commandIds << "RicEclipseWellShowSpheresFeature";
commandIds << "RicEclipseWellShowWellCellsFeature";
commandIds << "RicEclipseWellShowWellCellFenceFeature";
}
}