#4072 Fix well path creation on intersections in 3d View

This commit is contained in:
Gaute Lindkvist 2019-02-12 16:32:21 +01:00
parent 79e1170ed8
commit 72b667a5e3

View File

@ -127,6 +127,11 @@ bool RicCreateWellTargetsPickEventHandler::handle3dPickEvent(const Ric3dPickEven
targetPointInDomain = hexElementIntersection;
}
}
else
{
targetPointInDomain = intersectionPointInDomain;
doSetAzimuthAndInclination = false;
}
if (!m_geometryToAddTargetsTo->firstActiveTarget())
{