mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1585 Add visualization (gray out) inactive parts of fractures based on containment.
This commit is contained in:
@@ -61,6 +61,7 @@ public:
|
||||
private:
|
||||
void generateSurfacePart(const caf::DisplayCoordTransform* displayCoordTransform);
|
||||
|
||||
void generateContainmentMaskPart(const RimEclipseView* activeView);
|
||||
void applyFractureUniformColor(const RimEclipseView* activeView);
|
||||
|
||||
void applyResultTextureColor(const RimEclipseView* activeView);
|
||||
@@ -99,6 +100,7 @@ private:
|
||||
caf::PdmPointer<RimFracture> m_rimFracture;
|
||||
|
||||
cvf::ref<cvf::Part> m_surfacePart;
|
||||
cvf::ref<cvf::Part> m_containmentMaskPart;
|
||||
cvf::ref<cvf::Part> m_polygonPart;
|
||||
cvf::ref<cvf::Part> m_stimPlanMeshPart;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user