    

 ## On this page

  

 

 # `ExternalEnhancedModel`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.ExternalEnhancedModel"></a>

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

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

Defines a ExternalEnhancedModel.

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

## Overview

### Methods

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

NameDescription[`Children`](#ExternalEnhancedModel.Children)Gets the list of children.[`Comments`](#ExternalEnhancedModel.Comments)Gets the list of associated comments.[`DataModelObjectCategory`](#ExternalEnhancedModel.DataModelObjectCategory)Gets the current DataModelObject's category.[`Figures`](#ExternalEnhancedModel.Figures)Gets the list of associated figures.[`Images`](#ExternalEnhancedModel.Images)Gets the list of associated images.[`InternalObject`](#ExternalEnhancedModel.InternalObject)Gets the internal object. For advanced usage only.[`LayerToDisplay`](#ExternalEnhancedModel.LayerToDisplay)Gets or sets the LayerToDisplay.[`MaximumNumberOfLayers`](#ExternalEnhancedModel.MaximumNumberOfLayers)Gets the MaximumNumberOfLayers.[`NonlinearEffects`](#ExternalEnhancedModel.NonlinearEffects)Gets or sets the NonlinearEffects.[`Properties`](#ExternalEnhancedModel.Properties)Gets the list of properties for this object.[`Suppressed`](#ExternalEnhancedModel.Suppressed)Gets or sets the Suppressed.[`ThermalStrainEffects`](#ExternalEnhancedModel.ThermalStrainEffects)Gets or sets the ThermalStrainEffects.[`Type`](#ExternalEnhancedModel.Type)Gets the Type.[`VisibleProperties`](#ExternalEnhancedModel.VisibleProperties)Gets the list of properties that are visible for this object.<a id="property-detail"></a>

## Property detail

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

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

Gets the list of children.

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

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

Gets the list of associated comments.

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

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

Gets the current DataModelObject's category.

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

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

Gets the list of associated figures.

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

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

Gets the list of associated images.

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

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

Gets the internal object. For advanced usage only.

<a id="ExternalEnhancedModel.LayerToDisplay"></a>

### *property* ExternalEnhancedModel.LayerToDisplay *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the LayerToDisplay.

<a id="ExternalEnhancedModel.MaximumNumberOfLayers"></a>

### *property* ExternalEnhancedModel.MaximumNumberOfLayers *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the MaximumNumberOfLayers.

<a id="ExternalEnhancedModel.NonlinearEffects"></a>

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

Gets or sets the NonlinearEffects.

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

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

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

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

Gets or sets the ThermalStrainEffects.

<a id="ExternalEnhancedModel.Type"></a>

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

Gets the Type.

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

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

### ExternalEnhancedModel.Activate() → [None](https://docs.python.org/3/library/constants.html#None)

Activate the current object.

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

### ExternalEnhancedModel.AddComment() → [Ansys.ACT.Automation.Mechanical.Comment](Comment.md#ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.Comment)

Creates a new child Comment.

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

### ExternalEnhancedModel.AddFigure() → [Ansys.ACT.Automation.Mechanical.Figure](Figure.md#ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.Figure)

Creates a new child Figure.

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

### ExternalEnhancedModel.AddImage(filePath: [str](https://docs.python.org/3/library/stdtypes.html#str)) → [Ansys.ACT.Automation.Mechanical.Image](Image.md#ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.Image)

```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="ExternalEnhancedModel.CopyTo"></a>

### ExternalEnhancedModel.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) → [None](https://docs.python.org/3/library/constants.html#None)

Copies all visible properties from this object to another.

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

### ExternalEnhancedModel.CreateParameter(propName: [str](https://docs.python.org/3/library/stdtypes.html#str)) → Ansys.ACT.Interfaces.Mechanical.IParameter

Creates a new parameter for a Property.

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

### ExternalEnhancedModel.Duplicate() → [Ansys.Mechanical.DataModel.Interfaces.IDataModelObject](../../../Mechanical/DataModel/Interfaces/IDataModelObject.md#ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.Interfaces.IDataModelObject)

Creates a copy of the current DataModelObject.

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

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

Gets the list of children, filtered by type.

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

### ExternalEnhancedModel.GetParameter(propName: [str](https://docs.python.org/3/library/stdtypes.html#str)) → Ansys.ACT.Interfaces.Mechanical.IParameter

Gets the parameter corresponding to the given property.

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

### ExternalEnhancedModel.GroupAllSimilarChildren() → [None](https://docs.python.org/3/library/constants.html#None)

Run the GroupAllSimilarChildren action.

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

### ExternalEnhancedModel.GroupSimilarObjects() → [Ansys.ACT.Automation.Mechanical.TreeGroupingFolder](TreeGroupingFolder.md#ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.TreeGroupingFolder)

Run the GroupSimilarObjects action.

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

### ExternalEnhancedModel.PropertyByAPIName(name: [str](https://docs.python.org/3/library/stdtypes.html#str)) → Ansys.ACT.Automation.Mechanical.Property

```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="ExternalEnhancedModel.PropertyByName"></a>

### ExternalEnhancedModel.PropertyByName(name: [str](https://docs.python.org/3/library/stdtypes.html#str)) → Ansys.ACT.Automation.Mechanical.Property

Get a property by its unique name.

<a id="ExternalEnhancedModel.RegroupToDefault"></a>

### ExternalEnhancedModel.RegroupToDefault() → [None](https://docs.python.org/3/library/constants.html#None)

Run the RegroupToDefault action.

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

### ExternalEnhancedModel.RemoveParameter(propName: [str](https://docs.python.org/3/library/stdtypes.html#str)) → [None](https://docs.python.org/3/library/constants.html#None)

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