mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1194 Increased size of arrow head for well head
This commit is contained in:
@@ -220,6 +220,10 @@ void RivWellHeadPartMgr::buildWellHeadParts(size_t frameIndex)
|
||||
}
|
||||
|
||||
double ijScaleFactor = arrowLength / 6;
|
||||
if (wellResultFrame.m_isOpen)
|
||||
{
|
||||
ijScaleFactor *= 1.1;
|
||||
}
|
||||
matr(0, 0) *= ijScaleFactor;
|
||||
matr(1, 1) *= ijScaleFactor;
|
||||
matr(2, 2) *= arrowLength;
|
||||
|
||||
Reference in New Issue
Block a user