Files
ResInsight/ApplicationCode/GrpcInterface/Python/rips/PythonExamples/SetCellResult.py

10 lines
364 B
Python
Raw Normal View History

######################################################################
# 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')