Skip to main content

Mechanical scripting interface

CompositeFailureCriteria

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.CompositeFailureCriteria

Bases: object

Defines a CompositeFailureCriteria.

Overview

Methods

Name Description
Activate Activate the current object.
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
Children Gets the list of children.
Comments Gets the list of associated comments.
CoreFailure Gets the configuration of the Core Failure sandwich failure criterion
Cuntze Gets the configuration of the Cuntze failure criterion for reinforced materials.
DataModelObjectCategory Gets the current DataModelObject’s category.
FaceSheetWrinkling Gets the configuration of the Face Sheet Wrinkling sandwich failure criterion.
Figures Gets the list of associated figures.
Hashin Gets the configuration of the Hashin failure criterion for reinforced materials.
Hoffman Gets the configuration of the Hoffman failure criterion for reinforced materials.
Images Gets the list of associated images.
InternalObject Gets the internal object. For advanced usage only.
LaRC Gets the configuration of the LaRC (Langley Research Center) failure criterion for reinforced materials.
MaximumStrain Gets the configuration of the maximum strain criterion for reinforced materials.
MaximumStress Gets the configuration of the maximum stress criterion for reinforced materials.
Properties Gets the list of properties for this object.
Puck Gets the configuration of the Puck failure criterion for reinforced materials.
ShearCrimping Gets the configuration of the Shear Crimping sandwich failure criterion
TsaiHill Gets the configuration of the Tsai-Hill failure criterion for reinforced materials.
TsaiWu Gets the configuration of the Tsai-Wu failure criterion for reinforced materials.
VisibleProperties Gets the list of properties that are visible for this object.
VonMises Gets the configuration of the Von Mises failure criterion for isotropic materials.

Property detail

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

Gets the list of children.

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

Gets the list of associated comments.

property CompositeFailureCriteria.CoreFailure : Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.CoreFailureSettings | None

Gets the configuration of the Core Failure sandwich failure criterion

property CompositeFailureCriteria.Cuntze : Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.CuntzeSettings | None

Gets the configuration of the Cuntze failure criterion for reinforced materials.

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

Gets the current DataModelObject’s category.

property CompositeFailureCriteria.FaceSheetWrinkling : Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.FaceSheetWrinklingSettings | None

Gets the configuration of the Face Sheet Wrinkling sandwich failure criterion.

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

Gets the list of associated figures.

property CompositeFailureCriteria.Hashin : Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.HashinSettings | None

Gets the configuration of the Hashin failure criterion for reinforced materials.

property CompositeFailureCriteria.Hoffman : Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.HoffmanSettings | None

Gets the configuration of the Hoffman failure criterion for reinforced materials.

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

Gets the list of associated images.

property CompositeFailureCriteria.InternalObject : Ansys.Common.Interop.DSObjectsAuto.IDSCompositeFailureCriteriaAuto | None

Gets the internal object. For advanced usage only.

property CompositeFailureCriteria.LaRC : Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.LaRCSettings | None

Gets the configuration of the LaRC (Langley Research Center) failure criterion for reinforced materials.

property CompositeFailureCriteria.MaximumStrain : Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.MaximumStrainSettings | None

Gets the configuration of the maximum strain criterion for reinforced materials.

property CompositeFailureCriteria.MaximumStress : Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.MaximumStressSettings | None

Gets the configuration of the maximum stress criterion for reinforced materials.

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

Gets the list of properties for this object.

property CompositeFailureCriteria.Puck : Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.PuckSettings | None

Gets the configuration of the Puck failure criterion for reinforced materials.

property CompositeFailureCriteria.ShearCrimping : Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.ShearCrimpingSettings | None

Gets the configuration of the Shear Crimping sandwich failure criterion

property CompositeFailureCriteria.TsaiHill : Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.TsaiHillSettings | None

Gets the configuration of the Tsai-Hill failure criterion for reinforced materials.

property CompositeFailureCriteria.TsaiWu : Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.TsaiWuSettings | None

Gets the configuration of the Tsai-Wu failure criterion for reinforced materials.

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

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

property CompositeFailureCriteria.VonMises : Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.VonMisesSettings | None

Gets the configuration of the Von Mises failure criterion for isotropic materials.

Method detail

CompositeFailureCriteria.Activate()

Activate the current object.

CompositeFailureCriteria.AddComment()

Creates a new child Comment.

CompositeFailureCriteria.AddFigure()

Creates a new child Figure.

CompositeFailureCriteria.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.

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

Copies all visible properties from this object to another.

CompositeFailureCriteria.CreateParameter(propName: str)

Creates a new parameter for a Property.

CompositeFailureCriteria.Delete()

Run the Delete action.

CompositeFailureCriteria.Duplicate()

Creates a copy of the current DataModelObject.

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

Gets the list of children, filtered by type.

CompositeFailureCriteria.GetParameter(propName: str)

Gets the parameter corresponding to the given property.

CompositeFailureCriteria.GroupAllSimilarChildren()

Run the GroupAllSimilarChildren action.

CompositeFailureCriteria.GroupSimilarObjects()

Run the GroupSimilarObjects action.

CompositeFailureCriteria.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.

CompositeFailureCriteria.PropertyByName(name: str)

Get a property by its unique name.

CompositeFailureCriteria.RemoveParameter(propName: str)

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