ContactDebonding#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.ContactDebonding#

Bases: object

Defines a ContactDebonding.

Overview#

Activate

Activate the current object.

AddCommandSnippet

Creates a new CommandSnippet

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.

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.

ContactRegion

Gets or sets the ContactRegion.

CriticalRate

Gets or sets the CriticalRate.

DataModelObjectCategory

Gets the current DataModelObject's category.

GenerationMethod

Gets or sets the GenerationMethod.

InitialCrack

Gets or sets the InitialCrack.

InitialTimeStep

Gets or sets the InitialTimeStep.

InternalObject

Gets the internal object. For advanced usage only.

Material

Gets or sets the Material.

MaximumTimeStep

Gets or sets the MaximumTimeStep.

Method

Gets or sets the Method.

MinimumTimeStep

Gets or sets the MinimumTimeStep.

Properties

Gets the list of properties for this object.

Suppressed

Gets or sets the Suppressed.

Type

Gets the Type.

VisibleProperties

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

Property detail#

property ContactDebonding.ContactRegion: Ansys.ACT.Automation.Mechanical.Connections.ContactRegion | None#

Gets or sets the ContactRegion.

property ContactDebonding.CriticalRate: Ansys.Core.Units.Quantity | None#

Gets or sets the CriticalRate.

property ContactDebonding.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#

Gets the current DataModelObject's category.

property ContactDebonding.GenerationMethod: Ansys.Mechanical.DataModel.Enums.DelaminationGenerationMethod | None#

Gets or sets the GenerationMethod.

property ContactDebonding.InitialCrack: Ansys.ACT.Automation.Mechanical.GenericCrack | None#

Gets or sets the InitialCrack.

property ContactDebonding.InitialTimeStep: Ansys.Core.Units.Quantity | None#

Gets or sets the InitialTimeStep.

property ContactDebonding.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSDelaminationAuto | None#

Gets the internal object. For advanced usage only.

property ContactDebonding.Material: str | None#

Gets or sets the Material.

property ContactDebonding.MaximumTimeStep: Ansys.Core.Units.Quantity | None#

Gets or sets the MaximumTimeStep.

property ContactDebonding.Method: Ansys.Mechanical.DataModel.Enums.DelaminationMethod | None#

Gets or sets the Method.

property ContactDebonding.MinimumTimeStep: Ansys.Core.Units.Quantity | None#

Gets or sets the MinimumTimeStep.

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

Gets the list of properties for this object.

property ContactDebonding.Suppressed: bool | None#

Gets or sets the Suppressed.

property ContactDebonding.Type: Ansys.Mechanical.DataModel.Enums.DelaminationType | None#

Gets the Type.

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

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

Method detail#

ContactDebonding.Activate() None#

Activate the current object.

ContactDebonding.AddCommandSnippet() Ansys.ACT.Automation.Mechanical.CommandSnippet#

Creates a new CommandSnippet

ContactDebonding.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#

Copies all visible properties from this object to another.

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

Creates a new parameter for a Property.

ContactDebonding.Delete() None#

Run the Delete action.

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

Creates a copy of the current DataModelObject.

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

Gets the parameter corresponding to the given property.

ContactDebonding.GroupAllSimilarChildren() None#

Run the GroupAllSimilarChildren action.

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

Run the GroupSimilarObjects action.

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

Get a property by its unique name.

ContactDebonding.RemoveParameter(propName: str) None#

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