#5650 Wbs: Uncheck SH_MK by default

This commit is contained in:
Gaute Lindkvist 2020-03-10 14:16:53 +01:00
parent c51aa91c42
commit 0ad779280a

View File

@ -339,6 +339,10 @@ void RicNewWellBoreStabilityPlotFeature::createStabilityCurvesTrack( RimWellBore
curve->loadDataAndUpdate( false );
curve->setSmoothCurve( true );
curve->setSmoothingThreshold( 0.002 );
if ( resultNames[i] == RiaDefines::wbsSHMkResult() )
{
curve->setCurveVisiblity( false );
}
}
RimWellPathCollection* wellPathCollection = nullptr;