mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7811 Modeled Well Path : Optionally use refpoint from top level well path
This commit is contained in:
@@ -52,6 +52,8 @@ public:
|
||||
cvf::Vec3d anchorPointXyz() const;
|
||||
cvf::Vec3d anchorPointXyd() const;
|
||||
void setReferencePointXyz( const cvf::Vec3d& refPointXyz );
|
||||
bool useReferencePointFromTopLevelWell() const;
|
||||
void enableReferencePointFromTopLevelWell( bool enable );
|
||||
|
||||
double airGap() const;
|
||||
void setAirGap( double airGap );
|
||||
@@ -122,6 +124,7 @@ private:
|
||||
|
||||
caf::PdmChildArrayField<RimWellPathTarget*> m_wellTargets;
|
||||
caf::PdmField<bool> m_showAbsolutePosForWellTargets;
|
||||
caf::PdmField<bool> m_useTopLevelWellReferencePoint;
|
||||
|
||||
caf::PdmField<bool> m_useAutoGeneratedTargetAtSeaLevel;
|
||||
caf::PdmChildField<RimWellPathTarget*> m_autoTargetAtSeaLevel;
|
||||
|
||||
Reference in New Issue
Block a user