mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8212 Python : Make it possible to define the azimuth angle for a fracture template
This commit is contained in:
@@ -40,6 +40,8 @@ for measured_depth in measured_depths:
|
||||
stim_plan_fracture_template=fracture_template,
|
||||
)
|
||||
|
||||
# Update the orientation of the fracture, call update() to propagate changes in Python to ResInsight
|
||||
fracture_template.orientation = "Az"
|
||||
# Update the orientation of the fracture
|
||||
# Call update() to propagate changes from the Python object back to ResInsight
|
||||
fracture_template.orientation = "Azimuth"
|
||||
fracture_template.azimuth_angle = 60.0
|
||||
fracture_template.update()
|
||||
|
||||
Reference in New Issue
Block a user