#7134 Create modelled well path from well path

From an existing well path, find some coordinates along the geometry and create a new modelled well path based on these coordinates.
This commit is contained in:
Magne Sjaastad
2023-05-23 12:13:53 +02:00
parent 94f7bd3c1a
commit 2776012bce
5 changed files with 149 additions and 0 deletions

View File

@@ -381,6 +381,7 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
menuBuilder << "RicNewEditableWellPathFeature";
menuBuilder << "RicNewWellPathLateralFeature";
menuBuilder << "RicLinkWellPathFeature";
menuBuilder << "RicDuplicateWellPathFeature";
menuBuilder.addSeparator();
menuBuilder << "RicNewWellPathIntersectionFeature";