mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3580 Fix Linux build problem related to fault appearance
This commit is contained in:
parent
76abf0fe01
commit
86f40ed8a9
@ -223,9 +223,7 @@ void RimContourMapView::updateCurrentTimeStep()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimContourMapView::setFaultVisParameters()
|
||||
{
|
||||
// TODO: temporarily commented out
|
||||
// faultCollection()->setShowFaultsOutsideFilter(false);
|
||||
|
||||
faultCollection()->setShowFaultsOutsideFilter(false);
|
||||
faultCollection()->showOppositeFaultFaces = true;
|
||||
faultCollection()->faultResult = RimFaultInViewCollection::FAULT_NO_FACE_CULLING;
|
||||
faultResultSettings()->showCustomFaultResult = true;
|
||||
|
@ -378,3 +378,11 @@ bool RimFaultInViewCollection::isShowingFaultsAndFaultsOutsideFilters() const
|
||||
return m_showFaultsOutsideFilters;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimFaultInViewCollection::setShowFaultsOutsideFilter(bool show)
|
||||
{
|
||||
m_showFaultsOutsideFilters = show;
|
||||
}
|
||||
|
||||
|
@ -62,6 +62,7 @@ public:
|
||||
bool isGridVisualizationMode() const;
|
||||
|
||||
bool isShowingFaultsAndFaultsOutsideFilters() const;
|
||||
void setShowFaultsOutsideFilter(bool show);
|
||||
|
||||
caf::PdmField<bool> showFaultFaces;
|
||||
caf::PdmField<bool> showOppositeFaultFaces;
|
||||
|
Loading…
Reference in New Issue
Block a user