mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2151 fractures. Turn on/off fractures in views by toggling fracture colors
This commit is contained in:
@@ -641,7 +641,7 @@ std::vector<double> RivWellFracturePartMgr::mirrorDataAtSingleDepth(std::vector<
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RivWellFracturePartMgr::appendGeometryPartsToModel(cvf::ModelBasicList* model, const RimEclipseView& eclView)
|
||||
{
|
||||
if (!m_rimFracture->isChecked()) return;
|
||||
if (!m_rimFracture->isChecked() || !eclView.stimPlanColors->isChecked()) return;
|
||||
|
||||
cvf::ref<cvf::Part> surfacePart;
|
||||
cvf::ref<cvf::Part> stimPlanMeshPart;
|
||||
|
||||
Reference in New Issue
Block a user