ContactDebonding#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.ContactDebonding(internalObject: Any)#
Bases:
objectDefines a ContactDebonding.
Overview#
Activate the current object. |
|
Creates a new CommandSnippet |
|
Copies all visible properties from this object to another. |
|
CreateObjRef method. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Equals method. |
|
Property name bound to dispId. |
|
GetAllProperties method. |
|
GetDetailsView method. |
|
Enum name bound to value |
|
GetHashCode method. |
|
GetIconFile method. |
|
GetLifetimeService method. |
|
GetObjectData method. |
|
Gets the parameter corresponding to the given property. |
|
GetPath method. |
|
GetPropertyName method. |
|
GetPropertyValue method. |
|
GetType method. |
|
GetVisibleProperties method. |
|
GetVisiblePropertyNames method. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
InitializeLifetimeService method. |
|
IsPropertyEditable method. |
|
IsPropertyVisible method. |
|
Get a property by its API name. |
|
PropertyById method. |
|
Get a property by its unique name. |
|
Removes the parameter from the parameter set corresponding to the given property. |
|
ToString method. |
AttachedRefs property. |
|
ClsId property. |
|
Gets or sets the ContactRegion. |
|
Gets or sets the CriticalRate. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the GenerationMethod. |
|
GroupingFolder property. |
|
IconName property. |
|
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. |
|
Name property. |
|
ObjectId property. |
|
ObjectState property. |
|
ObjectTags property. |
|
Parent property. |
|
Gets the list of properties for this object. |
|
State property. |
|
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.GroupingFolder: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
GroupingFolder 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.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.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.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.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.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.GetAllProperties() List[Ansys.ACT.Automation.Mechanical.AutomationPropertyWrapper]#
GetAllProperties method.
- ContactDebonding.GetDetailsView() Ansys.ACT.Automation.Mechanical.DetailsViewData#
GetDetailsView 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.GetVisibleProperties() List[System.Reflection.PropertyInfo]#
GetVisibleProperties method.
- ContactDebonding.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#
Run the GroupSimilarObjects action.
- ContactDebonding.InitializeLifetimeService() Any#
InitializeLifetimeService method.
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.