(#1038) - pre-proto - Added new well path fracture from context menu in 3D view. Measured depth along well path for fracture is not yet updated.

This commit is contained in:
astridkbjorke
2016-12-20 15:28:37 +01:00
parent b6a08700a2
commit 2022e2dd3d
9 changed files with 165 additions and 10 deletions

View File

@@ -298,6 +298,7 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
commandIds << "RicNewWellLogFileCurveFeature";
commandIds << "RicNewWellLogCurveExtractionFeature";
commandIds << "RicNewWellPathIntersectionFeature";
commandIds << "RicNewWellPathCollFractureAtPosFeature";
}
}