#2334 Add polyline visualization to 2D intersection view as a preparation for showing the main well.

This commit is contained in:
Jacob Støren
2018-02-05 16:13:07 +01:00
parent 7dbffd0075
commit e8b29f7279
3 changed files with 138 additions and 58 deletions

View File

@@ -264,6 +264,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->applySingleColorEffect();