#2552 Add well head visualization. Not yet working for multiple branches

This commit is contained in:
Jacob Støren
2018-03-14 14:43:02 +01:00
parent 1861255281
commit bb28cf3f09
3 changed files with 62 additions and 12 deletions

View File

@@ -482,15 +482,12 @@ void Rim2dIntersectionView::updateCurrentTimeStep()
m_intersection->extentLength(),
m_intersection->branchIndex());
m_flatWellHeadPartMgr->appendFlattenedDynamicGeometryPartsToModel(simWellModelBasicList.p(),
m_currentTimeStep,
this->displayCoordTransform().p());
simWellModelBasicList->updateBoundingBoxesRecursive();
frameScene->addModel(simWellModelBasicList.p());
m_flatSimWellPipePartMgr->updatePipeResultColor(m_currentTimeStep);
//m_flatWellHeadPartMgr->appendDynamicGeometryPartsToModel(simWellModelBasicList.p(),
// m_currentTimeStep,
// this->displayCoordTransform().p());
//
}
}
}