    

 ## On this page

  

 

 # `Field`

 Last update: 16.07.2025 

<a id="ansys.mechanical.stubs.v242.Ansys.ACT.Mechanical.Fields.Field"></a>

#### *class* Ansys.ACT.Mechanical.Fields.Field

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

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

<a id="overview"></a>

## Overview

### Properties

NameDescription[`Inputs`](#Field.Inputs)Gets the input variables of this component.[`Name`](#Field.Name)Gets the name of this component.[`Output`](#Field.Output)Gets the output variable of this component.<a id="property-detail"></a>

## Property detail

<a id="Field.Inputs"></a>

### *property* Field.Inputs *: List\[[Ansys.ACT.Mechanical.Fields.Variable](Variable.md#ansys.mechanical.stubs.v242.Ansys.ACT.Mechanical.Fields.Variable)\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the input variables of this component.

<a id="Field.Name"></a>

### *property* Field.Name *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the name of this component.

<a id="Field.Output"></a>

### *property* Field.Output *: [Ansys.ACT.Mechanical.Fields.Variable](Variable.md#ansys.mechanical.stubs.v242.Ansys.ACT.Mechanical.Fields.Variable) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the output variable of this component.