#2663 Zoom All : Check if completions intersects bounding box of model

This commit is contained in:
Magne Sjaastad
2018-04-23 22:52:44 +02:00
parent 54c7932806
commit a9b1883dc8
5 changed files with 56 additions and 29 deletions

View File

@@ -511,7 +511,7 @@ void RimEclipseView::createDisplayModel()
addWellPathsToModel(m_wellPathPipeVizModel.p(), currentActiveCellInfo()->geometryBoundingBox());
m_wellPathsPartManager->appendStaticFracturePartsToModel(m_wellPathPipeVizModel.p());
m_wellPathsPartManager->appendStaticFracturePartsToModel(m_wellPathPipeVizModel.p(), currentActiveCellInfo()->geometryBoundingBox());
m_wellPathPipeVizModel->updateBoundingBoxesRecursive();
m_viewer->addStaticModelOnce(m_wellPathPipeVizModel.p());