#6233: Fracture Model: Add command to change MD location from python.

This commit is contained in:
Kristian Bendiksen
2020-10-07 15:49:21 +02:00
parent 6c8dda3869
commit 752f0f5100
4 changed files with 14 additions and 4 deletions

View File

@@ -65,5 +65,9 @@ export_folder = tempfile.gettempdir()
print("Exporting fracture model to: ", export_folder)
fracture_model_plot.export_to_file(directory_path=export_folder)
fracture_model_plot.export_snapshot(export_folder=export_folder)
print("Setting measured depth and perforation length.")
fracture_model.measured_depth = 3300.0
fracture_model.perforation_length = 123.445
fracture_model.update()