    

 ## On this page

  

 

 # `FixedRotation`

 Last update: 09.03.2026 

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

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

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

Defines a FixedRotation.

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

## Overview

### Methods

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

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

## Property detail

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

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

Gets the list of children.

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

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

Gets the list of associated comments.

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

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

Gets or sets the CoordinateSystem.

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

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

Gets the current DataModelObject’s category.

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

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

Gets the list of associated figures.

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

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

Gets the list of associated images.

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

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

### *property* FixedRotation.Location *: [Ansys.ACT.Interfaces.Common.ISelectionInfo](../../../Interfaces/Common/ISelectionInfo.md#ansys.mechanical.stubs.v252.Ansys.ACT.Interfaces.Common.ISelectionInfo) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the Location.

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

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

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

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

Gets or sets the RotationX.

<a id="FixedRotation.RotationY"></a>

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

Gets or sets the RotationY.

<a id="FixedRotation.RotationZ"></a>

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

Gets or sets the RotationZ.

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

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

Gets or sets the SharedRefBody.

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

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

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

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

Activate the current object.

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

### FixedRotation.AddComment() → [Ansys.ACT.Automation.Mechanical.Comment](../Comment.md#ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.Comment)

Creates a new child Comment.

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

### FixedRotation.AddFigure() → [Ansys.ACT.Automation.Mechanical.Figure](../Figure.md#ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.Figure)

Creates a new child Figure.

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

### FixedRotation.AddImage(filePath: [str](https://docs.python.org/3/library/stdtypes.html#str)) → [Ansys.ACT.Automation.Mechanical.Image](../Image.md#ansys.mechanical.stubs.v252.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="FixedRotation.CopyTo"></a>

### FixedRotation.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="FixedRotation.CreateParameter"></a>

### FixedRotation.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="FixedRotation.Delete"></a>

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

Run the Delete action.

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

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

Creates a copy of the current DataModelObject.

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

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

### FixedRotation.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="FixedRotation.GroupAllSimilarChildren"></a>

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

Run the GroupAllSimilarChildren action.

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

### FixedRotation.GroupSimilarObjects() → [Ansys.ACT.Automation.Mechanical.TreeGroupingFolder](../TreeGroupingFolder.md#ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.TreeGroupingFolder)

Run the GroupSimilarObjects action.

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

### FixedRotation.PromoteToNamedSelection() → Iterable\[[Ansys.ACT.Automation.Mechanical.NamedSelection](../NamedSelection.md#ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.NamedSelection)\]

Run the PromoteToNamedSelection action.

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

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

### FixedRotation.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="FixedRotation.RemoveParameter"></a>

### FixedRotation.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.