#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,7 +41,7 @@ public:
void setMeasuredDepth(double mdValue);
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue) override;
virtual void setAzimuth(RimEllipseFractureTemplate::FracOrientationEnum orientation) override;
virtual void setAzimuth() override;
protected:
virtual void defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering& uiOrdering) override;