Janitor: Cleanup names of scripted classes in Python

Avoid Rim prefix and use keyword alias to ensure backwards compability
This commit is contained in:
Magne Sjaastad
2021-10-25 11:38:25 +02:00
parent e4d84675c5
commit 915745c389
8 changed files with 7 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ cases = resinsight.project.cases()
case = cases[0]
# Create stim plan template
fmt_collection = project.descendants(rips.FractureDefinitionCollection)[0]
fmt_collection = project.descendants(rips.FractureTemplateCollection)[0]
fracture_template = fmt_collection.append_fracture_template(
file_path=stim_plan_file_path
)