mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Compute measured depth at the first visible well path geometry
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user