Field#

class ansys.mechanical.stubs.v241.Ansys.ACT.Mechanical.Fields.Field#

Bases: object

Represents a discrete or continuous field that can be used in a component of a boundary condition from Mechanical, for instance.

Overview#

Inputs

Gets the input variables of this component.

Output

Gets the output variable of this component.

Name

Gets the name of this component.

Property detail#

property Field.Inputs: System.Collections.Generic.IList[Ansys.ACT.Mechanical.Fields.Variable] | None

Gets the input variables of this component.

property Field.Output: Ansys.ACT.Mechanical.Fields.Variable | None

Gets the output variable of this component.

property Field.Name: System.String | None

Gets the name of this component.