#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:
Gaute Lindkvist
2019-02-04 10:24:56 +01:00
parent 1171884c1b
commit 9bc6a4bc21
2 changed files with 23 additions and 9 deletions

View File

@@ -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;