mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Slightly improve speed of Contour Map volume intersection + renames
This commit is contained in:
@@ -708,7 +708,7 @@ cvf::ref<cvf::Part> RivWellFracturePartMgr::createContainmentMaskPart( const Rim
|
||||
// Clip Eclipse cell polygon with fracture border
|
||||
|
||||
std::vector<std::vector<cvf::Vec3d>> clippedPolygons =
|
||||
RigCellGeometryTools::intersectPolygons( eclCellPolygon, borderPolygonLocalCsd );
|
||||
RigCellGeometryTools::intersectionWithPolygon( eclCellPolygon, borderPolygonLocalCsd );
|
||||
for ( auto& clippedPolygon : clippedPolygons )
|
||||
{
|
||||
for ( auto& v : clippedPolygon )
|
||||
|
||||
Reference in New Issue
Block a user