#1167 - pre-proto - Calculating azimuth angle for well path and using this angle in setting azimuth angle for fracture.

This commit is contained in:
astridkbjorke
2017-02-06 13:12:56 +01:00
parent 10bb3a834d
commit 093b998fcd
8 changed files with 107 additions and 21 deletions

View File

@@ -41,6 +41,7 @@ public:
bool hasDatumElevation() const;
double datumElevation() const;
cvf::Vec3d interpolatedPointAlongWellPath(double measuredDepth);
double wellPathAzimuthAngle(const cvf::Vec3d& position) const;
private:
bool m_hasDatumElevation;