mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2552 Add well head visualization. Not yet working for multiple branches
This commit is contained in:
@@ -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());
|
||||
//
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user