FractureTool#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureTool#

Bases: object

Defines a FractureTool.

Overview#

AddSIFSK1

Creates a new FractureSIFSK1

AddSIFSK2

Creates a new FractureSIFSK2

AddSIFSK3

Creates a new FractureSIFSK3

AddJINT

Creates a new FractureJINT

AddMaterialForceX

Creates a new FractureMaterialForceX

AddMaterialForceY

Creates a new FractureMaterialForceY

AddMaterialForceZ

Creates a new FractureMaterialForceZ

AddTSTRESS

Creates a new FractureTSTRESS

AddVCCTG1

Creates a new FractureVCCTG1

AddVCCTG2

Creates a new FractureVCCTG2

AddVCCTG3

Creates a new FractureVCCTG3

AddVCCTGT

Creates a new FractureVCCTGT

AddCStarIntegral

Creates a new FractureCSTAR

AddEquivalentSIFSRange

Creates a new FractureEquivalentSIFSRange

EvaluateAllResults

Run the EvaluateAllResults action.

AddCrackExtensionProbe

Creates a new FractureCrackExtensionProbe

AddEquivalentSIFSRangeProbe

Creates a new FractureEquivalentSIFSRangeProbe

AddJINTProbe

Creates a new FractureJINTProbe

AddSIFSK1Probe

Creates a new FractureSIFSProbe

AddSIFSK2Probe

Creates a new FractureSIFSProbe

AddSIFSK3Probe

Creates a new FractureSIFSProbe

AddNumberOfCyclesProbe

Creates a new FractureTotalNumberOfCyclesProbe

Delete

Run the Delete action.

GetChildren

Gets the list of children, filtered by type.

GetChildren

Gets the list of children, filtered by type.

AddComment

Creates a new child Comment.

AddFigure

Creates a new child Figure.

AddImage

Creates a new child Image.

Activate

Activate the current object.

CopyTo

Copies all visible properties from this object to another.

Duplicate

Creates a copy of the current DataModelObject.

GroupAllSimilarChildren

Run the GroupAllSimilarChildren action.

GroupSimilarObjects

Run the GroupSimilarObjects action.

PropertyByName

Get a property by its unique name.

PropertyByAPIName

Get a property by its API name.

CreateParameter

Creates a new parameter for a Property.

GetParameter

Gets the parameter corresponding to the given property.

RemoveParameter

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

MultipleCracksSelection

Get/Set multiple cracks to Fracture tool

InternalObject

Gets the internal object. For advanced usage only.

CrackFrontNumber

Gets or sets the CrackFrontNumber.

CrackSelectionMode

Gets or sets the CrackSelectionMode.

ScopingMethod

Gets or sets the ScopingMethod.

Suppressed

Gets or sets the Suppressed.

CrackSelection

Gets or sets the CrackSelection.

DataModelObjectCategory

Gets the current DataModelObject’s category.

Children

Gets the list of children.

Comments

Gets the list of associated comments.

Figures

Gets the list of associated figures.

Images

Gets the list of associated images.

InternalObject

Gets the internal object. For advanced usage only.

Properties

Gets the list of properties for this object.

VisibleProperties

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

Property detail#

property FractureTool.MultipleCracksSelection: System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.GenericCrack] | None

Get/Set multiple cracks to Fracture tool

property FractureTool.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSFractureToolAuto | None

Gets the internal object. For advanced usage only.

property FractureTool.CrackFrontNumber: System.Int32 | None

Gets or sets the CrackFrontNumber.

property FractureTool.CrackSelectionMode: Ansys.Mechanical.DataModel.Enums.CrackSelectionModeType | None

Gets or sets the CrackSelectionMode.

property FractureTool.ScopingMethod: Ansys.Mechanical.DataModel.Enums.FractureToolScopeType | None

Gets or sets the ScopingMethod.

property FractureTool.Suppressed: System.Boolean | None

Gets or sets the Suppressed.

property FractureTool.CrackSelection: Ansys.ACT.Automation.Mechanical.GenericCrack | None

Gets or sets the CrackSelection.

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

Gets the current DataModelObject’s category.

property FractureTool.Children: System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None

Gets the list of children.

property FractureTool.Comments: System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.Comment] | None

Gets the list of associated comments.

property FractureTool.Figures: System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.Figure] | None

Gets the list of associated figures.

property FractureTool.Images: System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.Image] | None

Gets the list of associated images.

property FractureTool.InternalObject: System.Object | None

Gets the internal object. For advanced usage only.

property FractureTool.Properties: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.Property] | None

Gets the list of properties for this object.

property FractureTool.VisibleProperties: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.Property] | None

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

Method detail#

FractureTool.AddSIFSK1() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureSIFSK1

FractureTool.AddSIFSK2() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureSIFSK2

FractureTool.AddSIFSK3() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureSIFSK3

FractureTool.AddJINT() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureJINT

FractureTool.AddMaterialForceX() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureMaterialForceX

FractureTool.AddMaterialForceY() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureMaterialForceY

FractureTool.AddMaterialForceZ() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureMaterialForceZ

FractureTool.AddTSTRESS() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureTSTRESS

FractureTool.AddVCCTG1() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureVCCTG1

FractureTool.AddVCCTG2() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureVCCTG2

FractureTool.AddVCCTG3() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureVCCTG3

FractureTool.AddVCCTGT() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureVCCTGT

FractureTool.AddCStarIntegral() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureCSTAR

FractureTool.AddEquivalentSIFSRange() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureToolResult

Creates a new FractureEquivalentSIFSRange

FractureTool.EvaluateAllResults() System.Void

Run the EvaluateAllResults action.

FractureTool.AddCrackExtensionProbe() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureCrackExtensionProbe

Creates a new FractureCrackExtensionProbe

FractureTool.AddEquivalentSIFSRangeProbe() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureEquivalentSIFSRangeProbe

Creates a new FractureEquivalentSIFSRangeProbe

FractureTool.AddJINTProbe() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureJINTProbe

Creates a new FractureJINTProbe

FractureTool.AddSIFSK1Probe() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureSIFSProbe

Creates a new FractureSIFSProbe

FractureTool.AddSIFSK2Probe() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureSIFSProbe

Creates a new FractureSIFSProbe

FractureTool.AddSIFSK3Probe() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureSIFSProbe

Creates a new FractureSIFSProbe

FractureTool.AddNumberOfCyclesProbe() Ansys.ACT.Automation.Mechanical.Results.FractureToolResults.FractureTotalNumberOfCyclesProbe

Creates a new FractureTotalNumberOfCyclesProbe

FractureTool.Delete() System.Void

Run the Delete action.

FractureTool.GetChildren(recurses: System.Boolean, children: System.Collections.Generic.IList[ChildrenType]) System.Collections.Generic.IList[ChildrenType]

Gets the list of children, filtered by type.

FractureTool.GetChildren(category: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory, recurses: System.Boolean, children: System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]) System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]

Gets the list of children, filtered by type.

FractureTool.AddComment() Ansys.ACT.Automation.Mechanical.Comment

Creates a new child Comment.

FractureTool.AddFigure() Ansys.ACT.Automation.Mechanical.Figure

Creates a new child Figure.

FractureTool.AddImage(filePath: System.String) Ansys.ACT.Automation.Mechanical.Image
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.
FractureTool.Activate() System.Void

Activate the current object.

FractureTool.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) System.Void

Copies all visible properties from this object to another.

FractureTool.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject

Creates a copy of the current DataModelObject.

FractureTool.GroupAllSimilarChildren() System.Void

Run the GroupAllSimilarChildren action.

FractureTool.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder

Run the GroupSimilarObjects action.

FractureTool.PropertyByName(name: System.String) Ansys.ACT.Automation.Mechanical.Property

Get a property by its unique name.

FractureTool.PropertyByAPIName(name: System.String) Ansys.ACT.Automation.Mechanical.Property
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.
FractureTool.CreateParameter(propName: System.String) Ansys.ACT.Interfaces.Mechanical.IParameter

Creates a new parameter for a Property.

FractureTool.GetParameter(propName: System.String) Ansys.ACT.Interfaces.Mechanical.IParameter

Gets the parameter corresponding to the given property.

FractureTool.RemoveParameter(propName: System.String) System.Void

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