    

 ## On this page

  

 

 # `PerfectlyInsulated`

 Last update: 16.07.2025 

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

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

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

Defines a PerfectlyInsulated.

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

## Overview

### Methods

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

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

## Property detail

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

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

Gets the list of children.

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

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

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

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

Gets or sets the DefineAs.

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

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

Gets the list of associated figures.

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

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

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

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

Gets or sets the Location.

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

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

Gets the Magnitude.

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

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

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

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

Gets or sets the SharedRefBody.

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

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

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

### PerfectlyInsulated.Activate()

Activate the current object.

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

### PerfectlyInsulated.AddComment()

Creates a new child Comment.

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

### PerfectlyInsulated.AddFigure()

Creates a new child Figure.

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

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

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

Copies all visible properties from this object to another.

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

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

Creates a new parameter for a Property.

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

### PerfectlyInsulated.Delete()

Run the Delete action.

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

### PerfectlyInsulated.Duplicate()

Creates a copy of the current DataModelObject.

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

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

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

Gets the parameter corresponding to the given property.

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

### PerfectlyInsulated.GroupAllSimilarChildren()

Run the GroupAllSimilarChildren action.

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

### PerfectlyInsulated.GroupSimilarObjects()

Run the GroupSimilarObjects action.

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

### PerfectlyInsulated.PromoteToNamedSelection()

Run the PromoteToNamedSelection action.

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

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

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

Get a property by its unique name.

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

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

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