.. vale off :class:`Field` ============== .. py:class:: ansys.mechanical.stubs.v241.Ansys.ACT.Mechanical.Fields.Field Bases: :py:obj:`object` Represents a discrete or continuous field that can be used in a component of a boundary condition from Mechanical, for instance. .. !! processed by numpydoc !! .. py:currentmodule:: Field Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Inputs` - Gets the input variables of this component. * - :py:attr:`~Output` - Gets the output variable of this component. * - :py:attr:`~Name` - Gets the name of this component. Property detail --------------- .. py:property:: Inputs :no-index: :type: Optional[System.Collections.Generic.IList[Ansys.ACT.Mechanical.Fields.Variable]] Gets the input variables of this component. .. !! processed by numpydoc !! .. py:property:: Output :no-index: :type: Optional[Ansys.ACT.Mechanical.Fields.Variable] Gets the output variable of this component. .. !! processed by numpydoc !! .. py:property:: Name :no-index: :type: Optional[System.String] Gets the name of this component. .. !! processed by numpydoc !! .. vale on