ContactDebonding
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.ContactDebonding#
Bases:
object
Defines a ContactDebonding.
Overview#
Activate the current object. |
|
Creates a new CommandSnippet |
|
Copies all visible properties from this object to another. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Get a property by its API name. |
|
Get a property by its unique name. |
|
Removes the parameter from the parameter set corresponding to the given property. |
Gets or sets the ContactRegion. |
|
Gets or sets the CriticalRate. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the GenerationMethod. |
|
Gets or sets the InitialCrack. |
|
Gets or sets the InitialTimeStep. |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the Material. |
|
Gets or sets the MaximumTimeStep. |
|
Gets or sets the Method. |
|
Gets or sets the MinimumTimeStep. |
|
Gets the list of properties for this object. |
|
Gets or sets the Suppressed. |
|
Gets the Type. |
|
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.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.Type: Ansys.Mechanical.DataModel.Enums.DelaminationType | None#
Gets the Type.
Method detail#
- 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.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.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder #
Run the GroupSimilarObjects action.
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.