#7811 Modeled Well Path : Optionally use refpoint from top level well path

This commit is contained in:
Magne Sjaastad
2021-06-28 11:18:04 +02:00
parent 62d67a52c7
commit d818a01b79
8 changed files with 83 additions and 9 deletions

View File

@@ -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;