Fracture
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.Fracture#
Bases:
object
Defines a Fracture.
Overview#
Activate the current object. |
|
Creates a new ArbitraryCrack |
|
Creates a new child Comment. |
|
Creates a new ContactDebonding |
|
Creates a new CornerCrack |
|
Creates a new child Crack. |
|
Creates a new CrackInitiation |
|
Creates a new CylindricalCrack |
|
Creates a new EdgeCrack |
|
Creates a new EllipticalCrack |
|
Creates a new child Figure. |
|
Creates a new child Image. |
|
Creates a new InterfaceDelamination |
|
Creates a new PreMeshedCrack |
|
Creates a new RingCrack |
|
Creates a new SMARTCrackGrowth |
|
Creates a new SemiEllipticalCrack |
|
Creates a new ThroughCrack |
|
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. |
|
Run the GenerateAllCrackMesh action. |
|
Generate all interfaces delamination from an external model. |
|
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 the list of children. |
|
Gets the list of associated comments. |
|
Gets the current DataModelObject's category. |
|
Gets the list of associated figures. |
|
Gets the list of associated images. |
|
Gets the internal object. For advanced usage only. |
|
Gets the list of properties for this object. |
|
Gets or sets the RemeshHexDominantToTetrahedral. |
|
Gets the list of properties that are visible for this object. |
Property detail#
- property Fracture.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property Fracture.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property Fracture.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property Fracture.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property Fracture.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property Fracture.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSFractureGroupAuto | None#
Gets the internal object. For advanced usage only.
- property Fracture.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
Method detail#
- Fracture.AddArbitraryCrack() Ansys.ACT.Automation.Mechanical.ArbitraryCrack #
Creates a new ArbitraryCrack
- Fracture.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- Fracture.AddContactDebonding() Ansys.ACT.Automation.Mechanical.ContactDebonding #
Creates a new ContactDebonding
- Fracture.AddCornerCrack() Ansys.ACT.Automation.Mechanical.CornerCrack #
Creates a new CornerCrack
- Fracture.AddCrack() Ansys.ACT.Automation.Mechanical.Crack #
Creates a new child Crack.
- Fracture.AddCrackInitiation() Ansys.ACT.Automation.Mechanical.CrackInitiation #
Creates a new CrackInitiation
- Fracture.AddCylindricalCrack() Ansys.ACT.Automation.Mechanical.CylindricalCrack #
Creates a new CylindricalCrack
- Fracture.AddEdgeCrack() Ansys.ACT.Automation.Mechanical.EdgeCrack #
Creates a new EdgeCrack
- Fracture.AddEllipticalCrack() Ansys.ACT.Automation.Mechanical.EllipticalCrack #
Creates a new EllipticalCrack
- Fracture.AddFigure() Ansys.ACT.Automation.Mechanical.Figure #
Creates a new child Figure.
- Fracture.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.
- Fracture.AddInterfaceDelamination() Ansys.ACT.Automation.Mechanical.InterfaceDelamination #
Creates a new InterfaceDelamination
- Fracture.AddPreMeshedCrack() Ansys.ACT.Automation.Mechanical.PreMeshedCrack #
Creates a new PreMeshedCrack
- Fracture.AddRingCrack() Ansys.ACT.Automation.Mechanical.RingCrack #
Creates a new RingCrack
- Fracture.AddSMARTCrackGrowth() Ansys.ACT.Automation.Mechanical.SMARTCrackGrowth #
Creates a new SMARTCrackGrowth
- Fracture.AddSemiEllipticalCrack() Ansys.ACT.Automation.Mechanical.SemiEllipticalCrack #
Creates a new SemiEllipticalCrack
- Fracture.AddThroughCrack() Ansys.ACT.Automation.Mechanical.ThroughCrack #
Creates a new ThroughCrack
- Fracture.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- Fracture.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- Fracture.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- Fracture.GenerateAllInterfaceDelamination() None #
Generate all interfaces delamination from an external model.
- Fracture.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- Fracture.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- Fracture.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.