Improve well path target configuration (#8570)

Improve the scripting possibilities for well targets
Added tests and examples
This commit is contained in:
Magne Sjaastad
2022-02-19 13:18:49 +01:00
committed by GitHub
parent 0b5bc2ba68
commit 5c72d31cc9
10 changed files with 326 additions and 263 deletions

View File

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