    

 ## On this page

  

 

 # `CylindricalCrack`

 Last update: 16.07.2025 

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

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

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

Defines a CylindricalCrack.

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

## Overview

### Methods

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

NameDescription[`BottomFaceNodes`](#CylindricalCrack.BottomFaceNodes)Gets or sets the BottomFaceNodes.[`Children`](#CylindricalCrack.Children)Gets the list of children.[`CircumferentialDivisions`](#CylindricalCrack.CircumferentialDivisions)Gets or sets the CircumferentialDivisions.[`Comments`](#CylindricalCrack.Comments)Gets the list of associated comments.[`Contact1Nodes`](#CylindricalCrack.Contact1Nodes)Gets or sets the Contact1Nodes.[`ContactPairsNodes`](#CylindricalCrack.ContactPairsNodes)Gets or sets the ContactPairsNodes.[`CoordinateSystem`](#CylindricalCrack.CoordinateSystem)Gets or sets the CoordinateSystem.[`CrackFacesNodes`](#CylindricalCrack.CrackFacesNodes)Gets or sets the CrackFacesNodes.[`CrackFrontDivisions`](#CylindricalCrack.CrackFrontDivisions)Gets or sets the CrackFrontDivisions.[`CrackFrontNodes`](#CylindricalCrack.CrackFrontNodes)Gets or sets the CrackFrontNodes.[`CrackID`](#CylindricalCrack.CrackID)Gets the CrackID.[`CrackMeshMethod`](#CylindricalCrack.CrackMeshMethod)Gets or sets the CrackMeshMethod.[`CrackShape`](#CylindricalCrack.CrackShape)Gets the CrackShape.[`CrackSourceType`](#CylindricalCrack.CrackSourceType)Gets the CrackSourceType.[`DataModelObjectCategory`](#CylindricalCrack.DataModelObjectCategory)Gets the current DataModelObject’s category.[`Figures`](#CylindricalCrack.Figures)Gets the list of associated figures.[`FractureAffectedZone`](#CylindricalCrack.FractureAffectedZone)Gets or sets the FractureAffectedZone.[`FractureAffectedZoneHeight`](#CylindricalCrack.FractureAffectedZoneHeight)Gets or sets the FractureAffectedZoneHeight.[`FrontElementSize`](#CylindricalCrack.FrontElementSize)Gets or sets the FrontElementSize.[`GrowthRate`](#CylindricalCrack.GrowthRate)Gets or sets the GrowthRate.[`Height`](#CylindricalCrack.Height)Gets or sets the Height.[`Images`](#CylindricalCrack.Images)Gets the list of associated images.[`InternalObject`](#CylindricalCrack.InternalObject)Gets the internal object. For advanced usage only.[`LargestContourRadius`](#CylindricalCrack.LargestContourRadius)Gets or sets the LargestContourRadius.[`Location`](#CylindricalCrack.Location)Gets or sets the Location.[`MajorRadius`](#CylindricalCrack.MajorRadius)Gets or sets the MajorRadius.[`MeshContours`](#CylindricalCrack.MeshContours)Gets or sets the MeshContours.[`MinorRadius`](#CylindricalCrack.MinorRadius)Gets or sets the MinorRadius.[`Properties`](#CylindricalCrack.Properties)Gets the list of properties for this object.[`ReadOnly`](#CylindricalCrack.ReadOnly)Gets or sets the ReadOnly.[`SolutionContours`](#CylindricalCrack.SolutionContours)Gets or sets the SolutionContours.[`Suppressed`](#CylindricalCrack.Suppressed)Gets or sets the Suppressed.[`Target1Nodes`](#CylindricalCrack.Target1Nodes)Gets or sets the Target1Nodes.[`TopFaceNodes`](#CylindricalCrack.TopFaceNodes)Gets or sets the TopFaceNodes.[`VisibleProperties`](#CylindricalCrack.VisibleProperties)Gets the list of properties that are visible for this object.[`XScaleFactor`](#CylindricalCrack.XScaleFactor)Gets or sets the XScaleFactor.[`YScaleFactor`](#CylindricalCrack.YScaleFactor)Gets or sets the YScaleFactor.[`ZScaleFactor`](#CylindricalCrack.ZScaleFactor)Gets or sets the ZScaleFactor.<a id="property-detail"></a>

## Property detail

<a id="CylindricalCrack.BottomFaceNodes"></a>

### *property* CylindricalCrack.BottomFaceNodes *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the BottomFaceNodes.

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

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

Gets the list of children.

<a id="CylindricalCrack.CircumferentialDivisions"></a>

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

Gets or sets the CircumferentialDivisions.

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

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

### *property* CylindricalCrack.Contact1Nodes *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the Contact1Nodes.

<a id="CylindricalCrack.ContactPairsNodes"></a>

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

Gets or sets the ContactPairsNodes.

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

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

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

Gets or sets the CrackFacesNodes.

<a id="CylindricalCrack.CrackFrontDivisions"></a>

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

Gets or sets the CrackFrontDivisions.

<a id="CylindricalCrack.CrackFrontNodes"></a>

### *property* CylindricalCrack.CrackFrontNodes *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the CrackFrontNodes.

<a id="CylindricalCrack.CrackID"></a>

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

Gets the CrackID.

<a id="CylindricalCrack.CrackMeshMethod"></a>

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

Gets or sets the CrackMeshMethod.

<a id="CylindricalCrack.CrackShape"></a>

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

Gets the CrackShape.

<a id="CylindricalCrack.CrackSourceType"></a>

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

Gets the CrackSourceType.

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

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

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

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

Gets or sets the FractureAffectedZone.

<a id="CylindricalCrack.FractureAffectedZoneHeight"></a>

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

Gets or sets the FractureAffectedZoneHeight.

<a id="CylindricalCrack.FrontElementSize"></a>

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

Gets or sets the FrontElementSize.

<a id="CylindricalCrack.GrowthRate"></a>

### *property* CylindricalCrack.GrowthRate *: [float](https://docs.python.org/3/library/functions.html#float) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the GrowthRate.

<a id="CylindricalCrack.Height"></a>

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

Gets or sets the Height.

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

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

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

Gets the internal object. For advanced usage only.

<a id="CylindricalCrack.LargestContourRadius"></a>

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

Gets or sets the LargestContourRadius.

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

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

Gets or sets the Location.

<a id="CylindricalCrack.MajorRadius"></a>

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

Gets or sets the MajorRadius.

<a id="CylindricalCrack.MeshContours"></a>

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

Gets or sets the MeshContours.

<a id="CylindricalCrack.MinorRadius"></a>

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

Gets or sets the MinorRadius.

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

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

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

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

Gets or sets the SolutionContours.

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

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

### *property* CylindricalCrack.Target1Nodes *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the Target1Nodes.

<a id="CylindricalCrack.TopFaceNodes"></a>

### *property* CylindricalCrack.TopFaceNodes *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the TopFaceNodes.

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

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

### *property* CylindricalCrack.XScaleFactor *: [float](https://docs.python.org/3/library/functions.html#float) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the XScaleFactor.

<a id="CylindricalCrack.YScaleFactor"></a>

### *property* CylindricalCrack.YScaleFactor *: [float](https://docs.python.org/3/library/functions.html#float) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the YScaleFactor.

<a id="CylindricalCrack.ZScaleFactor"></a>

### *property* CylindricalCrack.ZScaleFactor *: [float](https://docs.python.org/3/library/functions.html#float) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the ZScaleFactor.

<a id="method-detail"></a>

## Method detail

<a id="CylindricalCrack.Activate"></a>

### CylindricalCrack.Activate()

Activate the current object.

<a id="CylindricalCrack.AddCommandSnippet"></a>

### CylindricalCrack.AddCommandSnippet()

Creates a new CommandSnippet

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

### CylindricalCrack.AddComment()

Creates a new child Comment.

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

### CylindricalCrack.AddFigure()

Creates a new child Figure.

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

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

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

Copies all visible properties from this object to another.

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

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

Creates a new parameter for a Property.

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

### CylindricalCrack.Delete()

Run the Delete action.

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

### CylindricalCrack.Duplicate()

Creates a copy of the current DataModelObject.

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

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

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

Gets the parameter corresponding to the given property.

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

### CylindricalCrack.GroupAllSimilarChildren()

Run the GroupAllSimilarChildren action.

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

### CylindricalCrack.GroupSimilarObjects()

Run the GroupSimilarObjects action.

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

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

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

Get a property by its unique name.

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

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

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