    

 ## On this page

  

 

 # `GeneralAxisymmetric`

 Last update: 16.07.2025 

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

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

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

Defines a GeneralAxisymmetric.

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

## Overview

### Methods

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

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

## Property detail

<a id="GeneralAxisymmetric.Axis"></a>

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

Gets or sets the Axis.

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

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

Gets the list of children.

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

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

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

Gets or sets the CoordinateSystem.

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

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

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

Gets or sets the EndPlane.

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

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

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

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

Gets the internal object. For advanced usage only.

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

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

Gets or sets the Location.

<a id="GeneralAxisymmetric.NodalPlanes"></a>

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

Gets or sets the NodalPlanes.

<a id="GeneralAxisymmetric.NodalPlanesVisible"></a>

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

Gets or sets the NodalPlanesVisible.

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

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

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

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

Gets or sets the StartPlane.

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

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

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

### GeneralAxisymmetric.Activate()

Activate the current object.

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

### GeneralAxisymmetric.AddComment()

Creates a new child Comment.

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

### GeneralAxisymmetric.AddFigure()

Creates a new child Figure.

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

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

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

Copies all visible properties from this object to another.

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

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

Creates a new parameter for a Property.

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

### GeneralAxisymmetric.Delete()

Run the Delete action.

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

### GeneralAxisymmetric.Duplicate()

Creates a copy of the current DataModelObject.

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

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

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

Gets the parameter corresponding to the given property.

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

### GeneralAxisymmetric.GroupAllSimilarChildren()

Run the GroupAllSimilarChildren action.

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

### GeneralAxisymmetric.GroupSimilarObjects()

Run the GroupSimilarObjects action.

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

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

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

Get a property by its unique name.

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

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

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