Show fault result mapping in 3D info. Fixed display model update.

This commit is contained in:
Magne Sjaastad
2014-01-06 14:02:08 +01:00
parent cea0e37d30
commit 4391a4ff65
4 changed files with 33 additions and 5 deletions

View File

@@ -60,5 +60,5 @@ private:
cvf::ref<cvf::Transform> m_scaleTransform;
const RimFaultCollection* m_faultCollection;
cvf::Collection<RivFaultPartMgr> m_faultParts;
bool m_isFilterGenerated;
bool m_isFilterGenerated; // This fault geometry is created based on either range filter or property filter
};