mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8180 : Add example for fracture template orientation
This commit is contained in:
parent
915745c389
commit
295186f99b
@ -39,3 +39,7 @@ for measured_depth in measured_depths:
|
||||
measured_depth=measured_depth,
|
||||
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"
|
||||
fracture_template.update()
|
||||
|
Loading…
Reference in New Issue
Block a user