OutputsRotate
#
- class ansys.dpf.core.operators.geo.rotate.OutputsRotate(op: ansys.dpf.core.dpf_operator.Operator)#
Bases:
ansys.dpf.core.outputs._Outputs
Intermediate class used to get outputs from rotate operator.
Examples
>>> from ansys.dpf import core as dpf >>> op = dpf.operators.geo.rotate() >>> # Connect inputs : op.inputs. ... >>> result_field = op.outputs.field()
Overview#
Allows to get field output of the operator |
Import detail#
from ansys.dpf.core.operators.geo.rotate import OutputsRotate