Field#

class ansys.mechanical.stubs.v261.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#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Inputs

Gets the input variables of this component.

Name

Gets the name of this component.

Output

Gets the output variable of this component.

Property detail#

property Field.Inputs: List[Ansys.ACT.Mechanical.Fields.Variable] | None#

Gets the input variables of this component.

property Field.Name: str | None#

Gets the name of this component.

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

Gets the output variable of this component.

Method detail#

Field.Equals(obj: Any) bool#

Equals method.

Field.GetHashCode() int#

GetHashCode method.

Field.GetType() type#

GetType method.

Field.ToString(isForJournal: bool) str#

ToString method.