#1092 - pre-proto - Adding feature for exporting COMPDAT file for well path fractures.

This commit is contained in:
astridkbjorke
2017-01-11 09:30:34 +01:00
parent dc1e29c419
commit 9f82319a86
6 changed files with 238 additions and 0 deletions

View File

@@ -209,6 +209,8 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicWellPathsImportSsihubFeature";
commandIds << "RicWellLogsImportFileFeature";
commandIds << "Separator";
commandIds << "RicExportWellPathFractureWellCompletionFeature";
commandIds << "Separator";
commandIds << "RicWellPathsDeleteAllFeature";
}
else if (dynamic_cast<RimWellPath*>(uiItem))