Skip to main content

Mechanical scripting interface

EdgeCrack

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.EdgeCrack

Bases: object

Defines a EdgeCrack.

Overview

Methods

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

Properties

Name Description
BottomFaceNodes Gets or sets the BottomFaceNodes.
Children Gets the list of children.
CircumferentialDivisions Gets or sets the CircumferentialDivisions.
Comments Gets the list of associated comments.
Contact1Nodes Gets or sets the Contact1Nodes.
ContactPairsNodes Gets or sets the ContactPairsNodes.
CoordinateSystem Gets or sets the CoordinateSystem.
CrackFacesNodes Gets or sets the CrackFacesNodes.
CrackFrontDivisions Gets or sets the CrackFrontDivisions.
CrackFrontNodes Gets or sets the CrackFrontNodes.
CrackID Gets the CrackID.
CrackMeshMethod Gets or sets the CrackMeshMethod.
CrackShape Gets the CrackShape.
CrackSourceType Gets the CrackSourceType.
DataModelObjectCategory Gets the current DataModelObject’s category.
Depth Gets or sets the Depth.
EndWidth Gets or sets the EndWidth.
Figures Gets the list of associated figures.
FractureAffectedZone Gets or sets the FractureAffectedZone.
FractureAffectedZoneHeight Gets or sets the FractureAffectedZoneHeight.
FrontElementSize Gets or sets the FrontElementSize.
GrowthRate Gets or sets the GrowthRate.
Images Gets the list of associated images.
InternalObject Gets the internal object. For advanced usage only.
LargestContourRadius Gets or sets the LargestContourRadius.
Location Gets or sets the Location.
MeshContours Gets or sets the MeshContours.
MidWidth Gets or sets the MidWidth.
Properties Gets the list of properties for this object.
ReadOnly Gets or sets the ReadOnly.
SolutionContours Gets or sets the SolutionContours.
StartWidth Gets or sets the StartWidth.
Suppressed Gets or sets the Suppressed.
Target1Nodes Gets or sets the Target1Nodes.
TopFaceNodes Gets or sets the TopFaceNodes.
VisibleProperties Gets the list of properties that are visible for this object.
XScaleFactor Gets or sets the XScaleFactor.
YScaleFactor Gets or sets the YScaleFactor.
ZScaleFactor Gets or sets the ZScaleFactor.

Property detail

property EdgeCrack.BottomFaceNodes : str | None

Gets or sets the BottomFaceNodes.

property EdgeCrack.Children : List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None

Gets the list of children.

property EdgeCrack.CircumferentialDivisions : int | None

Gets or sets the CircumferentialDivisions.

property EdgeCrack.Comments : Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None

Gets the list of associated comments.

property EdgeCrack.Contact1Nodes : str | None

Gets or sets the Contact1Nodes.

property EdgeCrack.ContactPairsNodes : bool | None

Gets or sets the ContactPairsNodes.

property EdgeCrack.CoordinateSystem : Ansys.ACT.Automation.Mechanical.CoordinateSystem | None

Gets or sets the CoordinateSystem.

property EdgeCrack.CrackFacesNodes : bool | None

Gets or sets the CrackFacesNodes.

property EdgeCrack.CrackFrontDivisions : int | None

Gets or sets the CrackFrontDivisions.

property EdgeCrack.CrackFrontNodes : str | None

Gets or sets the CrackFrontNodes.

property EdgeCrack.CrackID : int | None

Gets the CrackID.

property EdgeCrack.CrackMeshMethod : Ansys.Mechanical.DataModel.Enums.CrackMeshMethod | None

Gets or sets the CrackMeshMethod.

property EdgeCrack.CrackShape : Ansys.Mechanical.DataModel.Enums.CrackShapeType | None

Gets the CrackShape.

property EdgeCrack.CrackSourceType : Ansys.Mechanical.DataModel.Enums.CrackSourceType | None

Gets the CrackSourceType.

property EdgeCrack.DataModelObjectCategory : Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None

Gets the current DataModelObject’s category.

property EdgeCrack.Depth : Ansys.Core.Units.Quantity | None

Gets or sets the Depth.

property EdgeCrack.EndWidth : Ansys.Core.Units.Quantity | None

Gets or sets the EndWidth.

property EdgeCrack.Figures : Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None

Gets the list of associated figures.

property EdgeCrack.FractureAffectedZone : Ansys.Mechanical.DataModel.Enums.FractureAffectedZone | None

Gets or sets the FractureAffectedZone.

property EdgeCrack.FractureAffectedZoneHeight : Ansys.Core.Units.Quantity | None

Gets or sets the FractureAffectedZoneHeight.

property EdgeCrack.FrontElementSize : Ansys.Core.Units.Quantity | None

Gets or sets the FrontElementSize.

property EdgeCrack.GrowthRate : float | None

Gets or sets the GrowthRate.

property EdgeCrack.Images : Iterable[Ansys.ACT.Automation.Mechanical.Image] | None

Gets the list of associated images.

property EdgeCrack.InternalObject : Ansys.Common.Interop.DSObjectsAuto.IDSCrackAuto | None

Gets the internal object. For advanced usage only.

property EdgeCrack.LargestContourRadius : Ansys.Core.Units.Quantity | None

Gets or sets the LargestContourRadius.

property EdgeCrack.Location : Ansys.ACT.Interfaces.Common.ISelectionInfo | None

Gets or sets the Location.

property EdgeCrack.MeshContours : int | None

Gets or sets the MeshContours.

property EdgeCrack.MidWidth : Ansys.Core.Units.Quantity | None

Gets or sets the MidWidth.

property EdgeCrack.Properties : tuple[Ansys.ACT.Automation.Mechanical.Property] | None

Gets the list of properties for this object.

property EdgeCrack.ReadOnly : bool | None

Gets or sets the ReadOnly.

property EdgeCrack.SolutionContours : int | None

Gets or sets the SolutionContours.

property EdgeCrack.StartWidth : Ansys.Core.Units.Quantity | None

Gets or sets the StartWidth.

property EdgeCrack.Suppressed : bool | None

Gets or sets the Suppressed.

property EdgeCrack.Target1Nodes : str | None

Gets or sets the Target1Nodes.

property EdgeCrack.TopFaceNodes : str | None

Gets or sets the TopFaceNodes.

property EdgeCrack.VisibleProperties : tuple[Ansys.ACT.Automation.Mechanical.Property] | None

Gets the list of properties that are visible for this object.

property EdgeCrack.XScaleFactor : float | None

Gets or sets the XScaleFactor.

property EdgeCrack.YScaleFactor : float | None

Gets or sets the YScaleFactor.

property EdgeCrack.ZScaleFactor : float | None

Gets or sets the ZScaleFactor.

Method detail

EdgeCrack.Activate()

Activate the current object.

EdgeCrack.AddCommandSnippet()

Creates a new CommandSnippet

EdgeCrack.AddComment()

Creates a new child Comment.

EdgeCrack.AddFigure()

Creates a new child Figure.

EdgeCrack.AddImage(filePath: str)

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.

EdgeCrack.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject)

Copies all visible properties from this object to another.

EdgeCrack.CreateParameter(propName: str)

Creates a new parameter for a Property.

EdgeCrack.Delete()

Run the Delete action.

EdgeCrack.Duplicate()

Creates a copy of the current DataModelObject.

EdgeCrack.GetChildren(recurses: bool, children: List[ChildrenType])

Gets the list of children, filtered by type.

EdgeCrack.GetParameter(propName: str)

Gets the parameter corresponding to the given property.

EdgeCrack.GroupAllSimilarChildren()

Run the GroupAllSimilarChildren action.

EdgeCrack.GroupSimilarObjects()

Run the GroupSimilarObjects action.

EdgeCrack.PropertyByAPIName(name: str)

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.

EdgeCrack.PropertyByName(name: str)

Get a property by its unique name.

EdgeCrack.RemoveParameter(propName: str)

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