#2601 Well CF Visualization: Support regeneration of viz on time step changes

This commit is contained in:
Magne Sjaastad
2018-03-15 07:52:54 +01:00
parent ab67dcfd1f
commit c8b92a0c89
5 changed files with 20 additions and 21 deletions

View File

@@ -74,7 +74,6 @@ void RivWellPathsPartMgr::appendStaticFracturePartsToModel(cvf::ModelBasicList*
///
//--------------------------------------------------------------------------------------------------
void RivWellPathsPartMgr::appendDynamicGeometryPartsToModel(cvf::ModelBasicList* model,
const QDateTime& timeStamp,
double characteristicCellSize,
const cvf::BoundingBox& wellPathClipBoundingBox,
const caf::DisplayCoordTransform* displayCoordTransform)
@@ -86,7 +85,6 @@ void RivWellPathsPartMgr::appendDynamicGeometryPartsToModel(cvf::ModelBasicList*
for (auto& partMgr : m_wellPatshsPartMgrs)
{
partMgr->appendDynamicGeometryPartsToModel(model,
timeStamp,
characteristicCellSize,
wellPathClipBoundingBox,
displayCoordTransform);