mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2940 Geomech: Display offset in place for intersections
This commit is contained in:
parent
439b8e22ad
commit
73c0373264
@ -111,7 +111,7 @@ RivFemIntersectionGrid::RivFemIntersectionGrid(const RigFemPart * femPart) : m_f
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
cvf::Vec3d RivFemIntersectionGrid::displayOffset() const
|
||||
{
|
||||
return cvf::Vec3d::ZERO;
|
||||
return m_femPart->boundingBox().min();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user