#1025 Created well cell center spheres group box and added sphere radius controls

This commit is contained in:
astridkbjorke
2016-12-08 09:58:43 +01:00
parent 916ab51df4
commit cd6494cc0c
3 changed files with 13 additions and 3 deletions

View File

@@ -103,6 +103,7 @@ public:
caf::PdmField<bool> isAutoDetectingBranches;
caf::PdmField<bool> showCellCenterSpheres;
caf::PdmField<double> cellCenterSpheresScaleFactor;
caf::PdmChildArrayField<RimEclipseWell*> wells;