Files
ResInsight/ApplicationCode/GrpcInterface/Python/rips/PythonExamples/SetCellResult.py
2019-09-19 15:02:55 +02:00

10 lines
366 B
Python

######################################################################
# This script applies a cell result to the first view in the project
######################################################################
import rips
resinsight = rips.Instance.find()
view = resinsight.project.view(0)
view.apply_cell_result(resultType='STATIC_NATIVE', resultVariable='DX')