#6495 Update python api to changes in fracture model + template.

This commit is contained in:
Kristian Bendiksen
2020-09-25 19:13:37 +02:00
parent 24fe32bf54
commit 9f92f15279
10 changed files with 211 additions and 43 deletions

View File

@@ -29,6 +29,7 @@
#include <QString>
class RimFractureModelCollection;
class RimFractureModelTemplate;
class RimWellPath;
//==================================================================================================
@@ -48,5 +49,5 @@ public:
private:
caf::PdmPtrField<RimWellPath*> m_wellPath;
caf::PdmField<double> m_md;
caf::PdmField<QString> m_elasticPropertiesFilePath;
caf::PdmPtrField<RimFractureModelTemplate*> m_fractureModelTemplate;
};