mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Wellcollection can control if well head label is positioned at top active cell for IJ column or top Z of active cells bounding box
p4#: 22190
This commit is contained in:
@@ -67,6 +67,14 @@ public:
|
||||
};
|
||||
typedef caf::AppEnum<RimWellCollection::WellFenceType> WellFenceEnum;
|
||||
|
||||
enum WellHeadPositionType
|
||||
{
|
||||
WELLHEAD_POS_ACTIVE_CELLS_BB,
|
||||
WELLHEAD_POS_TOP_COLUMN
|
||||
};
|
||||
typedef caf::AppEnum<RimWellCollection::WellHeadPositionType> WellHeadPositionEnum;
|
||||
|
||||
|
||||
caf::PdmField<bool> showWellLabel;
|
||||
caf::PdmField<bool> isActive;
|
||||
|
||||
@@ -81,6 +89,7 @@ public:
|
||||
|
||||
caf::PdmField<double> wellHeadScaleFactor;
|
||||
caf::PdmField<bool> showWellHead;
|
||||
caf::PdmField<WellHeadPositionEnum> wellHeadPosition;
|
||||
|
||||
caf::PdmField<bool> isAutoDetectingBranches;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user