ContactDebonding#

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

Bases: object

Defines a ContactDebonding.

Overview#

AddCommandSnippet

Creates a new CommandSnippet

Delete

Run the Delete action.

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.

InternalObject

Gets the internal object. For advanced usage only.

Material

Gets or sets the Material.

CriticalRate

Gets or sets the CriticalRate.

InitialTimeStep

Gets or sets the InitialTimeStep.

MaximumTimeStep

Gets or sets the MaximumTimeStep.

MinimumTimeStep

Gets or sets the MinimumTimeStep.

Method

Gets or sets the Method.

Type

Gets the Type.

GenerationMethod

Gets or sets the GenerationMethod.

Suppressed

Gets or sets the Suppressed.

ContactRegion

Gets or sets the ContactRegion.

InitialCrack

Gets or sets the InitialCrack.

DataModelObjectCategory

Gets the current DataModelObject’s category.

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 ContactDebonding.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSDelaminationAuto | None

Gets the internal object. For advanced usage only.

property ContactDebonding.Material: System.String | None

Gets or sets the Material.

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

Gets or sets the CriticalRate.

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

Gets or sets the InitialTimeStep.

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

Gets or sets the MaximumTimeStep.

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

Gets or sets the MinimumTimeStep.

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

Gets or sets the Method.

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

Gets the Type.

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

Gets or sets the GenerationMethod.

property ContactDebonding.Suppressed: System.Boolean | None

Gets or sets the Suppressed.

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

Gets or sets the ContactRegion.

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

Gets or sets the InitialCrack.

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

Gets the current DataModelObject’s category.

property ContactDebonding.InternalObject: System.Object | None

Gets the internal object. For advanced usage only.

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

Gets the list of properties for this object.

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

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

Method detail#

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

Creates a new CommandSnippet

ContactDebonding.Delete() System.Void

Run the Delete action.

ContactDebonding.Activate() System.Void

Activate the current object.

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

Copies all visible properties from this object to another.

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

Creates a copy of the current DataModelObject.

ContactDebonding.GroupAllSimilarChildren() System.Void

Run the GroupAllSimilarChildren action.

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

Run the GroupSimilarObjects action.

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

Get a property by its unique name.

ContactDebonding.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.
ContactDebonding.CreateParameter(propName: System.String) Ansys.ACT.Interfaces.Mechanical.IParameter

Creates a new parameter for a Property.

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

Gets the parameter corresponding to the given property.

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

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