    

 ## On this page

  

 

 # `BearingLoad`

 Last update: 16.07.2025 

<a id="ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.BoundaryConditions.BearingLoad"></a>

#### *class* Ansys.ACT.Automation.Mechanical.BoundaryConditions.BearingLoad

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

Defines a BearingLoad.

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

## Overview

### Methods

NameDescription[`Activate`](#BearingLoad.Activate)Activate the current object.[`AddComment`](#BearingLoad.AddComment)Creates a new child Comment.[`AddFigure`](#BearingLoad.AddFigure)Creates a new child Figure.[`AddImage`](#BearingLoad.AddImage)Creates a new child Image.[`CopyTo`](#BearingLoad.CopyTo)Copies all visible properties from this object to another.[`CreateParameter`](#BearingLoad.CreateParameter)Creates a new parameter for a Property.[`Delete`](#BearingLoad.Delete)Run the Delete action.[`Duplicate`](#BearingLoad.Duplicate)Creates a copy of the current DataModelObject.[`GetActivateAtLoadStep`](#BearingLoad.GetActivateAtLoadStep)GetActivateAtLoadStep method.[`GetChildren`](#BearingLoad.GetChildren)Gets the list of children, filtered by type.[`GetComponentActivateAtLoadStep`](#BearingLoad.GetComponentActivateAtLoadStep)GetComponentActivateAtLoadStep method.[`GetParameter`](#BearingLoad.GetParameter)Gets the parameter corresponding to the given property.[`GroupAllSimilarChildren`](#BearingLoad.GroupAllSimilarChildren)Run the GroupAllSimilarChildren action.[`GroupSimilarObjects`](#BearingLoad.GroupSimilarObjects)Run the GroupSimilarObjects action.[`PromoteToNamedSelection`](#BearingLoad.PromoteToNamedSelection)Run the PromoteToNamedSelection action.[`PropertyByAPIName`](#BearingLoad.PropertyByAPIName)Get a property by its API name.[`PropertyByName`](#BearingLoad.PropertyByName)Get a property by its unique name.[`RemoveParameter`](#BearingLoad.RemoveParameter)Removes the parameter from the parameter set corresponding to the given property.[`SetActivateAtLoadStep`](#BearingLoad.SetActivateAtLoadStep)SetActivateAtLoadStep method.[`SetComponentActivateAtLoadStep`](#BearingLoad.SetComponentActivateAtLoadStep)SetComponentActivateAtLoadStep method.### Properties

NameDescription[`Children`](#BearingLoad.Children)Gets the list of children.[`Comments`](#BearingLoad.Comments)Gets the list of associated comments.[`CoordinateSystem`](#BearingLoad.CoordinateSystem)Gets or sets the CoordinateSystem.[`DataModelObjectCategory`](#BearingLoad.DataModelObjectCategory)Gets the current DataModelObject’s category.[`DefineBy`](#BearingLoad.DefineBy)Gets or sets the DefineBy.[`Direction`](#BearingLoad.Direction)Gets or sets the Direction.[`Figures`](#BearingLoad.Figures)Gets the list of associated figures.[`Images`](#BearingLoad.Images)Gets the list of associated images.[`InternalObject`](#BearingLoad.InternalObject)Gets the internal object. For advanced usage only.[`Location`](#BearingLoad.Location)Gets or sets the Location.[`Magnitude`](#BearingLoad.Magnitude)Gets the Magnitude.[`Properties`](#BearingLoad.Properties)Gets the list of properties for this object.[`ReadOnly`](#BearingLoad.ReadOnly)Gets or sets the ReadOnly.[`SharedRefBody`](#BearingLoad.SharedRefBody)Gets or sets the SharedRefBody.[`Suppressed`](#BearingLoad.Suppressed)Gets or sets the Suppressed.[`VisibleProperties`](#BearingLoad.VisibleProperties)Gets the list of properties that are visible for this object.[`XComponent`](#BearingLoad.XComponent)Gets the XComponent.[`YComponent`](#BearingLoad.YComponent)Gets the YComponent.[`ZComponent`](#BearingLoad.ZComponent)Gets the ZComponent.<a id="property-detail"></a>

## Property detail

<a id="BearingLoad.Children"></a>

### *property* BearingLoad.Children *: List\[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the list of children.

<a id="BearingLoad.Comments"></a>

### *property* BearingLoad.Comments *: Iterable\[[Ansys.ACT.Automation.Mechanical.Comment](../Comment.md#ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.Comment)\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the list of associated comments.

<a id="BearingLoad.CoordinateSystem"></a>

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

Gets or sets the CoordinateSystem.

<a id="BearingLoad.DataModelObjectCategory"></a>

### *property* BearingLoad.DataModelObjectCategory *: [Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory](../../../../Mechanical/DataModel/Enums/DataModelObjectCategory.md#ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the current DataModelObject’s category.

<a id="BearingLoad.DefineBy"></a>

### *property* BearingLoad.DefineBy *: [Ansys.Mechanical.DataModel.Enums.LoadDefineBy](../../../../Mechanical/DataModel/Enums/LoadDefineBy.md#ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.Enums.LoadDefineBy) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the DefineBy.

<a id="BearingLoad.Direction"></a>

### *property* BearingLoad.Direction *: Ansys.ACT.Math.Vector3D | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the Direction.

<a id="BearingLoad.Figures"></a>

### *property* BearingLoad.Figures *: Iterable\[[Ansys.ACT.Automation.Mechanical.Figure](../Figure.md#ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.Figure)\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the list of associated figures.

<a id="BearingLoad.Images"></a>

### *property* BearingLoad.Images *: Iterable\[[Ansys.ACT.Automation.Mechanical.Image](../Image.md#ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.Image)\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the list of associated images.

<a id="BearingLoad.InternalObject"></a>

### *property* BearingLoad.InternalObject *: Ansys.Common.Interop.DSObjectsAuto.IDSLoadAuto | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the internal object. For advanced usage only.

<a id="BearingLoad.Location"></a>

### *property* BearingLoad.Location *: Ansys.ACT.Interfaces.Common.ISelectionInfo | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the Location.

<a id="BearingLoad.Magnitude"></a>

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

Gets the Magnitude.

<a id="BearingLoad.Properties"></a>

### *property* BearingLoad.Properties *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[Ansys.ACT.Automation.Mechanical.Property\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the list of properties for this object.

<a id="BearingLoad.ReadOnly"></a>

### *property* BearingLoad.ReadOnly *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the ReadOnly.

<a id="BearingLoad.SharedRefBody"></a>

### *property* BearingLoad.SharedRefBody *: [Ansys.ACT.Automation.Mechanical.Body](../Body.md#ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.Body) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the SharedRefBody.

<a id="BearingLoad.Suppressed"></a>

### *property* BearingLoad.Suppressed *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the Suppressed.

<a id="BearingLoad.VisibleProperties"></a>

### *property* BearingLoad.VisibleProperties *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[Ansys.ACT.Automation.Mechanical.Property\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the list of properties that are visible for this object.

<a id="BearingLoad.XComponent"></a>

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

Gets the XComponent.

<a id="BearingLoad.YComponent"></a>

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

Gets the YComponent.

<a id="BearingLoad.ZComponent"></a>

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

Gets the ZComponent.

<a id="method-detail"></a>

## Method detail

<a id="BearingLoad.Activate"></a>

### BearingLoad.Activate()

Activate the current object.

<a id="BearingLoad.AddComment"></a>

### BearingLoad.AddComment()

Creates a new child Comment.

<a id="BearingLoad.AddFigure"></a>

### BearingLoad.AddFigure()

Creates a new child Figure.

<a id="BearingLoad.AddImage"></a>

### BearingLoad.AddImage(filePath: [str](https://docs.python.org/3/library/stdtypes.html#str))

```text
Creates a new child Image.
If a filePath is provided, the image will be loaded from that file,
if not, the image will be a screen capture of the Geometry window.

```

<a id="BearingLoad.CopyTo"></a>

### BearingLoad.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject)

Copies all visible properties from this object to another.

<a id="BearingLoad.CreateParameter"></a>

### BearingLoad.CreateParameter(propName: [str](https://docs.python.org/3/library/stdtypes.html#str))

Creates a new parameter for a Property.

<a id="BearingLoad.Delete"></a>

### BearingLoad.Delete()

Run the Delete action.

<a id="BearingLoad.Duplicate"></a>

### BearingLoad.Duplicate()

Creates a copy of the current DataModelObject.

<a id="BearingLoad.GetActivateAtLoadStep"></a>

### BearingLoad.GetActivateAtLoadStep(stepNumber: [int](https://docs.python.org/3/library/functions.html#int))

GetActivateAtLoadStep method.

<a id="BearingLoad.GetChildren"></a>

### BearingLoad.GetChildren(recurses: [bool](https://docs.python.org/3/library/functions.html#bool), children: List\[ChildrenType\])

Gets the list of children, filtered by type.

<a id="BearingLoad.GetComponentActivateAtLoadStep"></a>

### BearingLoad.GetComponentActivateAtLoadStep(component: [str](https://docs.python.org/3/library/stdtypes.html#str), stepNumber: [int](https://docs.python.org/3/library/functions.html#int))

GetComponentActivateAtLoadStep method.

<a id="BearingLoad.GetParameter"></a>

### BearingLoad.GetParameter(propName: [str](https://docs.python.org/3/library/stdtypes.html#str))

Gets the parameter corresponding to the given property.

<a id="BearingLoad.GroupAllSimilarChildren"></a>

### BearingLoad.GroupAllSimilarChildren()

Run the GroupAllSimilarChildren action.

<a id="BearingLoad.GroupSimilarObjects"></a>

### BearingLoad.GroupSimilarObjects()

Run the GroupSimilarObjects action.

<a id="BearingLoad.PromoteToNamedSelection"></a>

### BearingLoad.PromoteToNamedSelection()

Run the PromoteToNamedSelection action.

<a id="BearingLoad.PropertyByAPIName"></a>

### BearingLoad.PropertyByAPIName(name: [str](https://docs.python.org/3/library/stdtypes.html#str))

```text
Get a property by its API name.
If multiple properties have the same API Name, only the first property with that name will be returned.

```

<a id="BearingLoad.PropertyByName"></a>

### BearingLoad.PropertyByName(name: [str](https://docs.python.org/3/library/stdtypes.html#str))

Get a property by its unique name.

<a id="BearingLoad.RemoveParameter"></a>

### BearingLoad.RemoveParameter(propName: [str](https://docs.python.org/3/library/stdtypes.html#str))

Removes the parameter from the parameter set corresponding to the given property.

<a id="BearingLoad.SetActivateAtLoadStep"></a>

### BearingLoad.SetActivateAtLoadStep(stepNumber: [int](https://docs.python.org/3/library/functions.html#int), bActive: [bool](https://docs.python.org/3/library/functions.html#bool))

SetActivateAtLoadStep method.

<a id="BearingLoad.SetComponentActivateAtLoadStep"></a>

### BearingLoad.SetComponentActivateAtLoadStep(component: [str](https://docs.python.org/3/library/stdtypes.html#str), stepNumber: [int](https://docs.python.org/3/library/functions.html#int), bActive: [bool](https://docs.python.org/3/library/functions.html#bool))

SetComponentActivateAtLoadStep method.