ContactDebonding
Last update: 14.01.2025
ContactDebonding
class Ansys.ACT.Automation.Mechanical.ContactDebonding
Bases: object
Defines a ContactDebonding.
Overview
Methods
Name | Description |
---|---|
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. |
Properties
Name | Description |
---|---|
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()
Activate the current object.
ContactDebonding.AddCommandSnippet()
Creates a new CommandSnippet
ContactDebonding.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject)
Copies all visible properties from this object to another.
ContactDebonding.CreateParameter(propName: str)
Creates a new parameter for a Property.
ContactDebonding.Delete()
Run the Delete action.
ContactDebonding.Duplicate()
Creates a copy of the current DataModelObject.
ContactDebonding.GetParameter(propName: str)
Gets the parameter corresponding to the given property.
ContactDebonding.GroupAllSimilarChildren()
Run the GroupAllSimilarChildren action.
ContactDebonding.GroupSimilarObjects()
Run the GroupSimilarObjects action.
ContactDebonding.PropertyByAPIName(name: str)
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)
Get a property by its unique name.
ContactDebonding.RemoveParameter(propName: str)
Removes the parameter from the parameter set corresponding to the given property.