OutputsRescope
#
- class ansys.dpf.core.operators.scoping.rescope.OutputsRescope(op: ansys.dpf.core.dpf_operator.Operator)#
Bases:
ansys.dpf.core.outputs._Outputs
Intermediate class used to get outputs from rescope operator.
Examples
>>> from ansys.dpf import core as dpf >>> op = dpf.operators.scoping.rescope() >>> # Connect inputs : op.inputs. ... >>> result_fields = op.outputs.fields()
Overview#
Import detail#
from ansys.dpf.core.operators.scoping.rescope import OutputsRescope
Attribute detail#
- OutputsRescope.fields_as_fields_container#
- OutputsRescope.fields_as_field#