mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve well path target configuration (#8570)
Improve the scripting possibilities for well targets Added tests and examples
This commit is contained in:
@@ -43,4 +43,9 @@ public:
|
||||
private:
|
||||
caf::PdmField<cvf::Vec3d> m_coordinate;
|
||||
caf::PdmField<bool> m_isAbsolute;
|
||||
|
||||
caf::PdmField<bool> m_useFixedAzimuth;
|
||||
caf::PdmField<double> m_fixedAzimuthValue;
|
||||
caf::PdmField<bool> m_useFixedInclination;
|
||||
caf::PdmField<double> m_fixedInclinationValue;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user