CompositeFailureCriteria#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.CompositeFailureCriteria(internalObject: Any)#

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.

CreateObjRef

CreateObjRef method.

CreateParameter

Creates a new parameter for a Property.

Delete

Run the Delete action.

Duplicate

Creates a copy of the current DataModelObject.

Equals

Equals method.

GetAPIName

Property name bound to dispId.

GetAllProperties

GetAllProperties method.

GetChildren

Gets the list of children, filtered by type.

GetDetailsView

GetDetailsView method.

GetEnumName

Enum name bound to value

GetHashCode

GetHashCode method.

GetIconFile

GetIconFile method.

GetLifetimeService

GetLifetimeService method.

GetObjectData

GetObjectData method.

GetParameter

Gets the parameter corresponding to the given property.

GetPath

GetPath method.

GetPropertyName

GetPropertyName method.

GetPropertyValue

GetPropertyValue method.

GetType

GetType method.

GetVisibleProperties

GetVisibleProperties method.

GetVisiblePropertyNames

GetVisiblePropertyNames method.

GroupAllSimilarChildren

Run the GroupAllSimilarChildren action.

GroupSimilarObjects

Run the GroupSimilarObjects action.

InitializeLifetimeService

InitializeLifetimeService method.

IsPropertyEditable

IsPropertyEditable method.

IsPropertyVisible

IsPropertyVisible method.

PropertyByAPIName

Get a property by its API name.

PropertyById

PropertyById method.

PropertyByName

Get a property by its unique name.

RemoveParameter

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

ToString

ToString method.

AttachedRefs

AttachedRefs property.

Children

Gets the list of children.

ClsId

ClsId property.

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.

GroupingFolder

GroupingFolder property.

Hashin

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

Hoffman

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

IconName

IconName property.

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.

Name

Name property.

ObjectId

ObjectId property.

ObjectState

ObjectState property.

ObjectTags

ObjectTags property.

Parent

Parent property.

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

State

State property.

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.AttachedRefs: List[int] | None#

AttachedRefs property.

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

Gets the list of children.

property CompositeFailureCriteria.ClsId: int | None#

ClsId property.

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.GroupingFolder: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#

GroupingFolder property.

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.IconName: str | None#

IconName property.

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.Name: str | None#

Name property.

property CompositeFailureCriteria.ObjectId: int | None#

ObjectId property.

property CompositeFailureCriteria.ObjectState: Ansys.Mechanical.DataModel.Enums.ObjectState | None#

ObjectState property.

property CompositeFailureCriteria.ObjectTags: Iterable[Ansys.Mechanical.DataModel.Interfaces.IObjectTag] | None#

ObjectTags property.

property CompositeFailureCriteria.Parent: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#

Parent property.

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.State: Ansys.Mechanical.DataModel.Enums.Legacy.State | None#

State property.

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.CreateObjRef(requestedType: type) System.Runtime.Remoting.ObjRef#

CreateObjRef method.

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.Equals(other: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) bool#

Equals method.

CompositeFailureCriteria.GetAPIName(dispId: int) str#

Property name bound to dispId.

CompositeFailureCriteria.GetAllProperties() List[Ansys.ACT.Automation.Mechanical.AutomationPropertyWrapper]#

GetAllProperties method.

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

Gets the list of children, filtered by type.

CompositeFailureCriteria.GetDetailsView() Ansys.ACT.Automation.Mechanical.DetailsViewData#

GetDetailsView method.

CompositeFailureCriteria.GetEnumName(enumType: type, value: int, dispId: int) str#

Enum name bound to value

CompositeFailureCriteria.GetHashCode() int#

GetHashCode method.

CompositeFailureCriteria.GetIconFile() System.Byte#

GetIconFile method.

CompositeFailureCriteria.GetLifetimeService() Any#

GetLifetimeService method.

CompositeFailureCriteria.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#

GetObjectData method.

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

Gets the parameter corresponding to the given property.

CompositeFailureCriteria.GetPath() str#

GetPath method.

CompositeFailureCriteria.GetPropertyName(dispId: int) str#

GetPropertyName method.

CompositeFailureCriteria.GetPropertyValue(name: str) Any#

GetPropertyValue method.

CompositeFailureCriteria.GetType() type#

GetType method.

CompositeFailureCriteria.GetVisibleProperties() List[System.Reflection.PropertyInfo]#

GetVisibleProperties method.

CompositeFailureCriteria.GetVisiblePropertyNames() List[str]#

GetVisiblePropertyNames method.

CompositeFailureCriteria.GroupAllSimilarChildren() None#

Run the GroupAllSimilarChildren action.

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

Run the GroupSimilarObjects action.

CompositeFailureCriteria.InitializeLifetimeService() Any#

InitializeLifetimeService method.

CompositeFailureCriteria.IsPropertyEditable(dispId: int) bool#

IsPropertyEditable method.

CompositeFailureCriteria.IsPropertyVisible(dispId: int) bool#

IsPropertyVisible method.

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.PropertyById(dispId: int) Ansys.ACT.Automation.Mechanical.Property#

PropertyById method.

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.

CompositeFailureCriteria.ToString() str#

ToString method.