mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4034 Make it optional to GeoMech Contour Map boundaries vertically
* Map boundaries rather than grid boundaries. * Does not limit height by default, but make it possible. * Make sure we don't try to apply filters if the filter collection is inactive Boundaries
This commit is contained in:
@@ -91,6 +91,7 @@ protected:
|
||||
|
||||
protected:
|
||||
caf::PdmField<bool> m_limitToPorePressureRegions;
|
||||
caf::PdmField<bool> m_applyPPRegionLimitVertically;
|
||||
caf::PdmField<double> m_paddingAroundPorePressureRegion;
|
||||
cvf::ref<RigFemPart> m_femPart;
|
||||
cvf::cref<RigFemPartGrid> m_femPartGrid;
|
||||
|
||||
Reference in New Issue
Block a user