#2334 Add visualization of well paths and simulation wells to Intersection Views.

This commit is contained in:
Jacob Støren
2018-02-07 11:40:48 +01:00
parent 598d2c9b96
commit bd14c65678
4 changed files with 202 additions and 49 deletions

View File

@@ -265,6 +265,7 @@ void Rim2dIntersectionView::createDisplayModel()
m_flatIntersectionPartMgr->appendNativeCrossSectionFacesToModel(m_intersectionVizModel.p(), scaleTransform());
m_flatIntersectionPartMgr->appendMeshLinePartsToModel(m_intersectionVizModel.p(), scaleTransform());
m_flatIntersectionPartMgr->appendPolylinePartsToModel(m_intersectionVizModel.p(), scaleTransform());
m_flatIntersectionPartMgr->appendWellPipePartsToModel(m_intersectionVizModel.p(), scaleTransform());
m_flatIntersectionPartMgr->applySingleColorEffect();