InterfaceDelamination#

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

Bases: object

Defines a InterfaceDelamination.

Overview#

Activate

Activate the current object.

AddCommandSnippet

Creates a new CommandSnippet

AddComment

Creates a new child Comment.

AddFigure

Creates a new child Figure.

AddImage

Creates a new child Image.

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.

GetChildren

Gets the list of children, filtered by type.

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.

AutomaticTimeStepping

Gets or sets the AutomaticTimeStepping.

Children

Gets the list of children.

ClsId

ClsId property.

Comments

Gets the list of associated comments.

CriticalRate

Gets or sets the CriticalRate.

DataModelObjectCategory

Gets the current DataModelObject's category.

DistanceTolerance

Gets or sets the DistanceTolerance.

FailureCriteriaOption

Gets or sets the FailureCriteriaOption.

Figures

Gets the list of associated figures.

GenerationMethod

Gets or sets the GenerationMethod.

GroupingFolder

GroupingFolder property.

IconName

IconName property.

Images

Gets the list of associated images.

ImportableObjectSourceId

ImportableObjectSourceId property.

InitialCrack

Gets or sets the InitialCrack.

InitialTimeStep

Gets or sets the InitialTimeStep.

InternalObject

Gets the internal object. For advanced usage only.

MatchControl

Gets or sets the MatchControl.

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.

ReadOnly

Gets or sets the ReadOnly.

SourceLocation

Gets or sets the SourceLocation.

State

State property.

Suppressed

Gets or sets the Suppressed.

TargetLocation

Gets or sets the TargetLocation.

ToleranceType

Gets or sets the ToleranceType.

TransferableObjectId

TransferableObjectId property.

Type

Gets the Type.

VisibleProperties

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

Property detail#

property InterfaceDelamination.AttachedRefs: List[int] | None#

AttachedRefs property.

property InterfaceDelamination.AutomaticTimeStepping: Ansys.Mechanical.DataModel.Enums.AutomaticOrManual | None#

Gets or sets the AutomaticTimeStepping.

property InterfaceDelamination.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#

Gets the list of children.

property InterfaceDelamination.ClsId: int | None#

ClsId property.

property InterfaceDelamination.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#

Gets the list of associated comments.

property InterfaceDelamination.CriticalRate: Ansys.Core.Units.Quantity | None#

Gets or sets the CriticalRate.

property InterfaceDelamination.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#

Gets the current DataModelObject's category.

property InterfaceDelamination.DistanceTolerance: Ansys.Core.Units.Quantity | None#

Gets or sets the DistanceTolerance.

property InterfaceDelamination.FailureCriteriaOption: Ansys.Mechanical.DataModel.Enums.DelaminationFailureCriteriaOption | None#

Gets or sets the FailureCriteriaOption.

property InterfaceDelamination.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#

Gets the list of associated figures.

property InterfaceDelamination.GenerationMethod: Ansys.Mechanical.DataModel.Enums.DelaminationGenerationMethod | None#

Gets or sets the GenerationMethod.

property InterfaceDelamination.GroupingFolder: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#

GroupingFolder property.

property InterfaceDelamination.IconName: str | None#

IconName property.

property InterfaceDelamination.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#

Gets the list of associated images.

property InterfaceDelamination.ImportableObjectSourceId: str | None#

ImportableObjectSourceId property.

property InterfaceDelamination.InitialCrack: Ansys.ACT.Automation.Mechanical.GenericCrack | None#

Gets or sets the InitialCrack.

property InterfaceDelamination.InitialTimeStep: Ansys.Core.Units.Quantity | None#

Gets or sets the InitialTimeStep.

property InterfaceDelamination.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSDelaminationAuto | None#

Gets the internal object. For advanced usage only.

property InterfaceDelamination.MatchControl: Ansys.ACT.Automation.Mechanical.MeshControls.MatchControl | None#

Gets or sets the MatchControl.

property InterfaceDelamination.Material: str | None#

Gets or sets the Material.

property InterfaceDelamination.MaximumTimeStep: Ansys.Core.Units.Quantity | None#

Gets or sets the MaximumTimeStep.

property InterfaceDelamination.Method: Ansys.Mechanical.DataModel.Enums.DelaminationMethod | None#

Gets or sets the Method.

property InterfaceDelamination.MinimumTimeStep: Ansys.Core.Units.Quantity | None#

Gets or sets the MinimumTimeStep.

property InterfaceDelamination.Name: str | None#

Name property.

property InterfaceDelamination.ObjectId: int | None#

ObjectId property.

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

ObjectState property.

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

ObjectTags property.

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

Parent property.

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

Gets the list of properties for this object.

property InterfaceDelamination.ReadOnly: bool | None#

Gets or sets the ReadOnly.

property InterfaceDelamination.SourceLocation: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#

Gets or sets the SourceLocation.

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

State property.

property InterfaceDelamination.Suppressed: bool | None#

Gets or sets the Suppressed.

property InterfaceDelamination.TargetLocation: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#

Gets or sets the TargetLocation.

property InterfaceDelamination.ToleranceType: Ansys.Mechanical.DataModel.Enums.ToleranceType | None#

Gets or sets the ToleranceType.

property InterfaceDelamination.TransferableObjectId: str | None#

TransferableObjectId property.

property InterfaceDelamination.Type: Ansys.Mechanical.DataModel.Enums.DelaminationType | None#

Gets the Type.

property InterfaceDelamination.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#

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

Method detail#

InterfaceDelamination.Activate() None#

Activate the current object.

InterfaceDelamination.AddCommandSnippet() Ansys.ACT.Automation.Mechanical.CommandSnippet#

Creates a new CommandSnippet

InterfaceDelamination.AddComment() Ansys.ACT.Automation.Mechanical.Comment#

Creates a new child Comment.

InterfaceDelamination.AddFigure() Ansys.ACT.Automation.Mechanical.Figure#

Creates a new child Figure.

InterfaceDelamination.AddImage(filePath: str) Ansys.ACT.Automation.Mechanical.Image#
Creates a new child Image.
If a filePath is provided, the image will be loaded from that file,
if not, the image will be a screen capture of the Geometry window.
InterfaceDelamination.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#

Copies all visible properties from this object to another.

InterfaceDelamination.CreateObjRef(requestedType: type) System.Runtime.Remoting.ObjRef#

CreateObjRef method.

InterfaceDelamination.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#

Creates a new parameter for a Property.

InterfaceDelamination.Delete() None#

Run the Delete action.

InterfaceDelamination.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#

Creates a copy of the current DataModelObject.

InterfaceDelamination.Equals(other: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) bool#

Equals method.

InterfaceDelamination.GetAPIName(dispId: int) str#

Property name bound to dispId.

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

GetAllProperties method.

InterfaceDelamination.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#

Gets the list of children, filtered by type.

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

GetDetailsView method.

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

Enum name bound to value

InterfaceDelamination.GetHashCode() int#

GetHashCode method.

InterfaceDelamination.GetIconFile() System.Byte#

GetIconFile method.

InterfaceDelamination.GetLifetimeService() Any#

GetLifetimeService method.

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

GetObjectData method.

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

Gets the parameter corresponding to the given property.

InterfaceDelamination.GetPath() str#

GetPath method.

InterfaceDelamination.GetPropertyName(dispId: int) str#

GetPropertyName method.

InterfaceDelamination.GetPropertyValue(name: str) Any#

GetPropertyValue method.

InterfaceDelamination.GetType() type#

GetType method.

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

GetVisibleProperties method.

InterfaceDelamination.GetVisiblePropertyNames() List[str]#

GetVisiblePropertyNames method.

InterfaceDelamination.GroupAllSimilarChildren() None#

Run the GroupAllSimilarChildren action.

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

Run the GroupSimilarObjects action.

InterfaceDelamination.InitializeLifetimeService() Any#

InitializeLifetimeService method.

InterfaceDelamination.IsPropertyEditable(dispId: int) bool#

IsPropertyEditable method.

InterfaceDelamination.IsPropertyVisible(dispId: int) bool#

IsPropertyVisible method.

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

PropertyById method.

InterfaceDelamination.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#

Get a property by its unique name.

InterfaceDelamination.RemoveParameter(propName: str) None#

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

InterfaceDelamination.ToString() str#

ToString method.