#5766 Make it possible to change color of well disks.

This commit is contained in:
Kristian Bendiksen
2020-04-06 15:29:40 +02:00
committed by Gaute Lindkvist
parent e5eb2063be
commit 3f988f2d79
5 changed files with 28 additions and 3 deletions

View File

@@ -98,6 +98,7 @@ public:
caf::PdmField<double> pipeScaleFactor;
caf::PdmField<cvf::Color3f> wellPipeColor;
caf::PdmField<cvf::Color3f> wellDiskColor;
caf::PdmField<bool> showWellCells;
caf::PdmField<bool> showWellCellFence;