#2609 WIP: Editable Well Path object with targets and New/delete features

This commit is contained in:
Jacob Støren
2018-06-27 17:22:08 +02:00
parent ba9f7720e6
commit 8565b166da
14 changed files with 622 additions and 7 deletions

View File

@@ -243,6 +243,7 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
}
else if (dynamic_cast<RimWellPathCollection*>(uiItem))
{
menuBuilder << "RicNewEditableWellPathFeature";
menuBuilder.subMenuStart("Import");
menuBuilder << "RicWellPathsImportFileFeature";
menuBuilder << "RicWellPathsImportSsihubFeature";