mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#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:
@@ -343,6 +343,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
|
||||
else if (dynamic_cast<RimEclipseWell*>(uiItem))
|
||||
{
|
||||
commandIds << "RicNewSimWellIntersectionFeature";
|
||||
commandIds << "RicExportSelectedSimWellFractureWellCompletionFeature";
|
||||
}
|
||||
else if (dynamic_cast<RimEclipseWellCollection*>(uiItem))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user