ResInsight/ApplicationCode/GrpcInterface/Python/rips/examples/SetCellResult.py

7 lines
153 B
Python

import rips
resInsight = rips.Instance.find()
view = resInsight.project.view(0)
view.applyCellResult(resultType='STATIC_NATIVE', resultVariable='DX')