#1585 Add visualization (gray out) inactive parts of fractures based on containment.

This commit is contained in:
Jacob Støren
2017-06-27 13:19:21 +02:00
parent 63b478b18d
commit fc05dd665f
5 changed files with 162 additions and 1 deletions

View File

@@ -448,6 +448,7 @@ void RimEclipseView::createDisplayModel()
addWellPathsToModel(m_wellPathPipeVizModel.p(), currentActiveCellInfo()->geometryBoundingBox());
wellPathsPartManager()->appendStaticFracturePartsToModel(m_wellPathPipeVizModel.p(), this);
m_wellPathPipeVizModel->updateBoundingBoxesRecursive();
m_viewer->addStaticModelOnce(m_wellPathPipeVizModel.p());