Compute measured depth at the first visible well path geometry

This commit is contained in:
Magne Sjaastad
2023-09-12 12:35:14 +02:00
parent 13b4c19bbb
commit 94c1b110fb
6 changed files with 21 additions and 8 deletions

View File

@@ -761,9 +761,11 @@ std::vector<std::vector<cvf::Vec3d>> RimExtrudedCurveIntersection::polyLines( cv
if ( ownerCase && ownerCase->activeCellsBoundingBox().isValid() )
{
size_t dummy;
double dummyDouble;
lines[0] = RigWellPath::clipPolylineStartAboveZ( lines[0],
ownerCase->activeCellsBoundingBox().max().z(),
&horizontalProjectedLengthAlongWellPathToClipPoint,
&dummyDouble,
&dummy );
}
}