mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Simplify contour lines more for really large models
This commit is contained in:
parent
4dff9e2ca5
commit
307f9e94b1
@ -1128,6 +1128,10 @@ void RimContourMapProjection::generateContourPolygons()
|
||||
{
|
||||
simplifyEpsilon *= 2.0;
|
||||
}
|
||||
else if ( numberOfCells() > 1000000 )
|
||||
{
|
||||
simplifyEpsilon *= 4.0;
|
||||
}
|
||||
|
||||
std::vector<caf::ContourLines::ListOfLineSegments> unorderedLineSegmentsPerLevel =
|
||||
caf::ContourLines::create( m_aggregatedVertexResults, xVertexPositions(), yVertexPositions(), contourLevels );
|
||||
|
Loading…
Reference in New Issue
Block a user