Add features to create polygons from visible contour map geometry

This commit is contained in:
Magne Sjaastad
2025-01-16 17:06:25 +01:00
parent 510a0f8b37
commit a184af264b
16 changed files with 884 additions and 27 deletions

View File

@@ -77,7 +77,7 @@ RimGeoMechContourMapView::RimGeoMechContourMapView()
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimGeoMechContourMapProjection* RimGeoMechContourMapView::contourMapProjection() const
RimContourMapProjection* RimGeoMechContourMapView::contourMapProjection() const
{
return m_contourMapProjection().p();
}