#2904 Curve creator. .Fix initial curve visibility

This commit is contained in:
Bjørn Erik Jensen
2018-05-11 15:42:56 +02:00
parent b24b93eba3
commit 38540a0a39
4 changed files with 51 additions and 16 deletions

View File

@@ -866,6 +866,14 @@ RimEnsembleCurveSet* RimEnsembleCurveSet::clone() const
return copy;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimEnsembleCurveSet::showCurves(bool show)
{
m_showCurves = show;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------