mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
#2591 3D well log curves: Only add grid if curve is added
This commit is contained in:
parent
131eb64748
commit
687ddcb0a6
@ -539,6 +539,7 @@ void RivWellPathPartMgr::appendDynamicGeometryPartsToModel(cvf::ModelBasicList*
|
||||
|
||||
if (!m_rimWellPath->rim3dWellLogCurveCollection()) return;
|
||||
if (!m_rimWellPath->rim3dWellLogCurveCollection()->showPlot()) return;
|
||||
if (m_rimWellPath->vectorOf3dWellLogCurves().empty()) return;
|
||||
|
||||
RimGridView* gridView = dynamic_cast<RimGridView*>(m_rimView.p());
|
||||
if (!gridView) return;
|
||||
|
Loading…
Reference in New Issue
Block a user