mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2522 Mohr circle: Update plot on 3D view selection
This commit is contained in:
@@ -182,6 +182,7 @@ void RiuMainWindow::cleanupGuiCaseClose()
|
||||
m_resultQwtPlot->deleteAllCurves();
|
||||
if (m_relPermPlotPanel) m_relPermPlotPanel->clearPlot();
|
||||
if (m_pvtPlotPanel) m_pvtPlotPanel->clearPlot();
|
||||
if (m_mohrsCirclePlot) m_mohrsCirclePlot->clearPlot();
|
||||
|
||||
if (m_pdmUiPropertyView)
|
||||
{
|
||||
@@ -915,6 +916,14 @@ RiuPvtPlotPanel* RiuMainWindow::pvtPlotPanel()
|
||||
return m_pvtPlotPanel;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RiuMohrsCirclePlot* RiuMainWindow::mohrsCirclePlot()
|
||||
{
|
||||
return m_mohrsCirclePlot;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user