#2152 Fracture : Add color interpolation mode

This commit is contained in:
Magne Sjaastad
2018-01-12 13:20:54 +01:00
parent ff03820a19
commit 5e3bc0e5ee
4 changed files with 41 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ void RimWellPathFracture::defineUiOrdering(QString uiConfigName, caf::PdmUiOrder
propertyGroup->add(&m_fractureUnit);
propertyGroup->add(&m_fractureTemplate);
propertyGroup->add(&m_stimPlanTimeIndexToPlot);
propertyGroup->add(&m_stimPlanCellVizMode);
propertyGroup->add(&m_perforationLength);
propertyGroup->add(&m_perforationEfficiency);
propertyGroup->add(&m_wellDiameter);