#2585 3d Well Log Curves: Draw line along well path

This commit is contained in:
Rebecca Cox
2018-03-09 15:42:23 +01:00
parent 540c4e57c9
commit c63aee779d
4 changed files with 92 additions and 24 deletions

View File

@@ -140,6 +140,14 @@ void Rim3dWellLogCurve::setPropertiesFromView(Rim3dView* view)
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
Rim3dWellLogCurve::DrawPlane Rim3dWellLogCurve::drawPlane() const
{
return m_drawPlane();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------