    

 ## On this page

  

 

 # `CircularCrossSection`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.CircularCrossSection"></a>

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

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

Defines a CircularCrossSection.

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

## Overview

### Methods

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

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

## Property detail

<a id="CircularCrossSection.Area"></a>

### *property* CircularCrossSection.Area *: Ansys.Core.Units.Quantity | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the Area.

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

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

Gets the list of children.

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

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

Gets the list of associated comments.

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

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

Gets the current DataModelObject’s category.

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

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

Gets the list of associated figures.

<a id="CircularCrossSection.IYY"></a>

### *property* CircularCrossSection.IYY *: Ansys.Core.Units.Quantity | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the IYY.

<a id="CircularCrossSection.IZZ"></a>

### *property* CircularCrossSection.IZZ *: Ansys.Core.Units.Quantity | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the IZZ.

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

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

Gets the list of associated images.

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

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

Gets the internal object. For advanced usage only.

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

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

### *property* CircularCrossSection.Radius *: Ansys.Core.Units.Quantity | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the Radius.

<a id="CircularCrossSection.ReadOnly"></a>

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

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

### CircularCrossSection.Activate()

Activate the current object.

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

### CircularCrossSection.AddComment()

Creates a new child Comment.

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

### CircularCrossSection.AddFigure()

Creates a new child Figure.

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

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

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

Copies all visible properties from this object to another.

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

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

Creates a new parameter for a Property.

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

### CircularCrossSection.Delete()

Run the Delete action.

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

### CircularCrossSection.Duplicate()

Creates a copy of the current DataModelObject.

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

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

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

Gets the parameter corresponding to the given property.

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

### CircularCrossSection.GroupAllSimilarChildren()

Run the GroupAllSimilarChildren action.

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

### CircularCrossSection.GroupSimilarObjects()

Run the GroupSimilarObjects action.

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

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

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

Get a property by its unique name.

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

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

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