    

 ## On this page

  

 

 # `FatigueCombination`

 Last update: 16.07.2025 

<a id="ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.FatigueCombination"></a>

#### *class* Ansys.ACT.Automation.Mechanical.FatigueCombination

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

Defines a FatigueCombination.

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

## Overview

### Methods

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

NameDescription[`Children`](#FatigueCombination.Children)Gets the list of children.[`Comments`](#FatigueCombination.Comments)Gets the list of associated comments.[`DataModelObjectCategory`](#FatigueCombination.DataModelObjectCategory)Gets the current DataModelObject’s category.[`Images`](#FatigueCombination.Images)Gets the list of associated images.[`InternalObject`](#FatigueCombination.InternalObject)Gets the internal object. For advanced usage only.[`Properties`](#FatigueCombination.Properties)Gets the list of properties for this object.[`VisibleProperties`](#FatigueCombination.VisibleProperties)Gets the list of properties that are visible for this object.<a id="property-detail"></a>

## Property detail

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

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

Gets the list of children.

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

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

Gets the list of associated comments.

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

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

Gets the current DataModelObject’s category.

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

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

Gets the list of associated images.

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

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

Gets the internal object. For advanced usage only.

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

### *property* FatigueCombination.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="FatigueCombination.VisibleProperties"></a>

### *property* FatigueCombination.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="method-detail"></a>

## Method detail

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

### FatigueCombination.Activate()

Activate the current object.

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

### FatigueCombination.AddComment()

Creates a new child Comment.

<a id="FatigueCombination.AddDamage"></a>

### FatigueCombination.AddDamage()

Creates a new FatigueDamage

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

### FatigueCombination.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="FatigueCombination.CopyTo"></a>

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

Copies all visible properties from this object to another.

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

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

Creates a new parameter for a Property.

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

### FatigueCombination.Delete()

Run the Delete action.

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

### FatigueCombination.Duplicate()

Creates a copy of the current DataModelObject.

<a id="FatigueCombination.EvaluateAllResults"></a>

### FatigueCombination.EvaluateAllResults()

Run the EvaluateAllResults action.

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

### FatigueCombination.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="FatigueCombination.GetParameter"></a>

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

Gets the parameter corresponding to the given property.

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

### FatigueCombination.GroupAllSimilarChildren()

Run the GroupAllSimilarChildren action.

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

### FatigueCombination.GroupSimilarObjects()

Run the GroupSimilarObjects action.

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

### FatigueCombination.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="FatigueCombination.PropertyByName"></a>

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

Get a property by its unique name.

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

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

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