#2597 3D Well Log Curve: Context command to add new curve

This commit is contained in:
Rebecca Cox
2018-03-15 13:03:22 +01:00
parent cc47016572
commit ab800390dd
8 changed files with 123 additions and 2 deletions

View File

@@ -262,7 +262,12 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
menuBuilder.addSeparator();
menuBuilder.subMenuStart("3D Well Log Curves", QIcon(":/WellLogCurve16x16.png"));
menuBuilder << "RicAdd3dWellLogCurveFeature";
menuBuilder << "RicAdd3dWellLogFileCurveFeature";
menuBuilder.subMenuEnd();
menuBuilder << "RicNewWellPathIntersectionFeature";