#1148 Added well head scale factor to EclipseWell

This commit is contained in:
Magne Sjaastad
2017-01-31 11:15:14 +01:00
parent 929e9ad09b
commit ddd72b4866
3 changed files with 26 additions and 37 deletions

View File

@@ -197,7 +197,7 @@ void RivWellHeadPartMgr::buildWellHeadParts(size_t frameIndex)
}
}
double arrowLength = characteristicCellSize * m_rimReservoirView->wellCollection()->wellHeadScaleFactor();
double arrowLength = characteristicCellSize * m_rimReservoirView->wellCollection()->wellHeadScaleFactor() * m_rimWell->wellHeadScaleFactor();
cvf::Vec3d textPosition = arrowPosition;
textPosition.z() += 1.2 * arrowLength;