InterfaceDelamination#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.InterfaceDelamination#
 Bases:
objectDefines a InterfaceDelamination.
Overview#
Activate the current object.  | 
|
Creates a new CommandSnippet  | 
|
Creates a new child Comment.  | 
|
Creates a new child Figure.  | 
|
Creates a new child Image.  | 
|
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 list of children, filtered by type.  | 
|
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 AutomaticTimeStepping.  | 
|
Gets the list of children.  | 
|
Gets the list of associated comments.  | 
|
Gets or sets the CriticalRate.  | 
|
Gets the current DataModelObject's category.  | 
|
Gets or sets the DistanceTolerance.  | 
|
Gets or sets the FailureCriteriaOption.  | 
|
Gets the list of associated figures.  | 
|
Gets or sets the GenerationMethod.  | 
|
Gets the list of associated images.  | 
|
Gets or sets the InitialCrack.  | 
|
Gets or sets the InitialTimeStep.  | 
|
Gets the internal object. For advanced usage only.  | 
|
Gets or sets the MatchControl.  | 
|
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 ReadOnly.  | 
|
Gets or sets the SourceLocation.  | 
|
Gets or sets the Suppressed.  | 
|
Gets or sets the TargetLocation.  | 
|
Gets or sets the ToleranceType.  | 
|
Gets the Type.  | 
|
Gets the list of properties that are visible for this object.  | 
Property detail#
- 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.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.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
 Gets the list of associated images.
- 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.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.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
 Gets the list of properties for this object.
- property InterfaceDelamination.SourceLocation: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
 Gets or sets the SourceLocation.
- 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.Type: Ansys.Mechanical.DataModel.Enums.DelaminationType | None#
 Gets the Type.
Method detail#
- 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.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
 Creates a new parameter for a Property.
- InterfaceDelamination.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#
 Creates a copy of the current DataModelObject.
- InterfaceDelamination.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#
 Gets the list of children, filtered by type.
- InterfaceDelamination.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
 Gets the parameter corresponding to the given property.
- InterfaceDelamination.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.