ContactDebonding#

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

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.

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.

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.

ClsId

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

GroupingFolder

GroupingFolder property.

IconName

IconName property.

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.

Name

Name property.

ObjectId

ObjectId property.

ObjectState

ObjectState property.

ObjectTags

ObjectTags property.

Parent

Parent property.

Properties

Gets the list of properties for this object.

State

State property.

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

AttachedRefs property.

property ContactDebonding.ClsId: int | None#

ClsId property.

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

GroupingFolder property.

property ContactDebonding.IconName: str | None#

IconName property.

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

Name property.

property ContactDebonding.ObjectId: int | None#

ObjectId property.

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

ObjectState property.

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

ObjectTags property.

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

Parent property.

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

Gets the list of properties for this object.

property ContactDebonding.State: Ansys.Mechanical.DataModel.Enums.Legacy.State | None#

State property.

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

CreateObjRef method.

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

Equals method.

ContactDebonding.GetAPIName(dispId: int) str#

Property name bound to dispId.

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

GetAllProperties method.

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

GetDetailsView method.

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

Enum name bound to value

ContactDebonding.GetHashCode() int#

GetHashCode method.

ContactDebonding.GetIconFile() System.Byte#

GetIconFile method.

ContactDebonding.GetLifetimeService() Any#

GetLifetimeService method.

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

GetObjectData method.

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

Gets the parameter corresponding to the given property.

ContactDebonding.GetPath() str#

GetPath method.

ContactDebonding.GetPropertyName(dispId: int) str#

GetPropertyName method.

ContactDebonding.GetPropertyValue(name: str) Any#

GetPropertyValue method.

ContactDebonding.GetType() type#

GetType method.

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

GetVisibleProperties method.

ContactDebonding.GetVisiblePropertyNames() List[str]#

GetVisiblePropertyNames method.

ContactDebonding.GroupAllSimilarChildren() None#

Run the GroupAllSimilarChildren action.

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

Run the GroupSimilarObjects action.

ContactDebonding.InitializeLifetimeService() Any#

InitializeLifetimeService method.

ContactDebonding.IsPropertyEditable(dispId: int) bool#

IsPropertyEditable method.

ContactDebonding.IsPropertyVisible(dispId: int) bool#

IsPropertyVisible method.

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

PropertyById method.

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.

ContactDebonding.ToString() str#

ToString method.