#1544 : Move well path radius to RimWellPath

This commit is contained in:
Magne Sjaastad
2018-01-19 13:30:58 +01:00
parent 8e5bcef7c7
commit c7d61ed7f4
4 changed files with 22 additions and 13 deletions

View File

@@ -100,6 +100,9 @@ public:
caf::PdmField<bool> showWellPath;
caf::PdmField<cvf::Color3f> wellPathColor;
double wellPathRadius(double characteristicCellSize) const;
caf::PdmField<double> wellPathRadiusScaleFactor;
RimFishbonesCollection* fishbonesCollection();