#1025 Added Show well spheres check-box option for each well

This commit is contained in:
astridkbjorke
2016-12-09 10:15:09 +01:00
parent 74defdc219
commit 829c775f63
5 changed files with 56 additions and 45 deletions

View File

@@ -71,6 +71,7 @@ public:
caf::PdmField<bool> showWellCellFence;
caf::PdmField<bool> showWellPipes;
caf::PdmField<bool> showWellSpheres;
caf::PdmField<cvf::Color3f> wellPipeColor;
caf::PdmField<double> pipeRadiusScaleFactor;