mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4072 Fix well path creation on intersections in 3d View
This commit is contained in:
parent
79e1170ed8
commit
72b667a5e3
@ -127,6 +127,11 @@ bool RicCreateWellTargetsPickEventHandler::handle3dPickEvent(const Ric3dPickEven
|
||||
targetPointInDomain = hexElementIntersection;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
targetPointInDomain = intersectionPointInDomain;
|
||||
doSetAzimuthAndInclination = false;
|
||||
}
|
||||
|
||||
if (!m_geometryToAddTargetsTo->firstActiveTarget())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user