Files
ResInsight/ApplicationCode/GrpcInterface/Python/rips/PythonExamples/SetCellResult.py
2019-09-19 13:25:04 +02:00

10 lines
364 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.applyCellResult(resultType='STATIC_NATIVE', resultVariable='DX')