CompositeFailureCriteria#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.CompositeFailureCriteria#

Bases: object

Defines a CompositeFailureCriteria.

Overview#

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.

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() None#

Activate the current object.

CompositeFailureCriteria.AddComment() Ansys.ACT.Automation.Mechanical.Comment#

Creates a new child Comment.

CompositeFailureCriteria.AddFigure() Ansys.ACT.Automation.Mechanical.Figure#

Creates a new child Figure.

CompositeFailureCriteria.AddImage(filePath: str) 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.
CompositeFailureCriteria.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#

Copies all visible properties from this object to another.

CompositeFailureCriteria.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#

Creates a new parameter for a Property.

CompositeFailureCriteria.Delete() None#

Run the Delete action.

CompositeFailureCriteria.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#

Creates a copy of the current DataModelObject.

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

Gets the list of children, filtered by type.

CompositeFailureCriteria.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#

Gets the parameter corresponding to the given property.

CompositeFailureCriteria.GroupAllSimilarChildren() None#

Run the GroupAllSimilarChildren action.

CompositeFailureCriteria.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#

Run the GroupSimilarObjects action.

CompositeFailureCriteria.PropertyByAPIName(name: str) 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.
CompositeFailureCriteria.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#

Get a property by its unique name.

CompositeFailureCriteria.RemoveParameter(propName: str) None#

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