#1194 Increased size of arrow head for well head

This commit is contained in:
Magne Sjaastad 2017-02-16 07:14:58 +01:00
parent afb628d8bc
commit 18f77e16b5

View File

@ -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;