SMARTCrackGrowth
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.SMARTCrackGrowth#
Bases:
object
Defines a SMARTCrackGrowth.
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 the Analysis. |
|
Gets or sets the AutomaticTimeStepping. |
|
Gets the list of children. |
|
Gets the list of associated comments. |
|
Gets the CrackGrowthLaw. |
|
Gets or sets the CrackGrowthMethodology. |
|
Gets or sets the CrackGrowthOption. |
|
Gets or sets the CriticalRate. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the FailureCriteriaOption. |
|
Gets the list of associated figures. |
|
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 Material. |
|
Gets or sets the MaxIncrementOfCrackExtension. |
|
Gets or sets the MaxIncrementValue. |
|
Gets or sets the MaximumTimeStep. |
|
Gets or sets the MeshCoarsening. |
|
Gets the Method. |
|
Gets or sets the MinIncrementOfCrackExtension. |
|
Gets or sets the MinIncrementValue. |
|
Gets or sets the MinimumTimeStep. |
|
Gets or sets the NumberOfCycles. |
|
Gets the list of properties for this object. |
|
Gets or sets the ReadOnly. |
|
Gets or sets the StopCriterion. |
|
Gets or sets the StopValue. |
|
Gets or sets the StressRatio. |
|
Gets or sets the Suppressed. |
|
Gets the list of properties that are visible for this object. |
Property detail#
- property SMARTCrackGrowth.Analysis: Ansys.Mechanical.DataModel.Enums.DelaminationType | None#
Gets the Analysis.
- property SMARTCrackGrowth.AutomaticTimeStepping: Ansys.Mechanical.DataModel.Enums.AutomaticOrManual | None#
Gets or sets the AutomaticTimeStepping.
- property SMARTCrackGrowth.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property SMARTCrackGrowth.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property SMARTCrackGrowth.CrackGrowthMethodology: Ansys.Mechanical.DataModel.Enums.CrackGrowthMethodology | None#
Gets or sets the CrackGrowthMethodology.
- property SMARTCrackGrowth.CrackGrowthOption: Ansys.Mechanical.DataModel.Enums.CrackGrowthOption | None#
Gets or sets the CrackGrowthOption.
- property SMARTCrackGrowth.CriticalRate: Ansys.Core.Units.Quantity | None#
Gets or sets the CriticalRate.
- property SMARTCrackGrowth.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property SMARTCrackGrowth.FailureCriteriaOption: Ansys.Mechanical.DataModel.Enums.DelaminationFailureCriteriaOption | None#
Gets or sets the FailureCriteriaOption.
- property SMARTCrackGrowth.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property SMARTCrackGrowth.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property SMARTCrackGrowth.InitialCrack: Ansys.ACT.Automation.Mechanical.GenericCrack | None#
Gets or sets the InitialCrack.
- property SMARTCrackGrowth.InitialTimeStep: Ansys.Core.Units.Quantity | None#
Gets or sets the InitialTimeStep.
- property SMARTCrackGrowth.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSDelaminationAuto | None#
Gets the internal object. For advanced usage only.
- property SMARTCrackGrowth.MaxIncrementOfCrackExtension: Ansys.Mechanical.DataModel.Enums.CrackGrowthIncrementType | None#
Gets or sets the MaxIncrementOfCrackExtension.
- property SMARTCrackGrowth.MaxIncrementValue: Ansys.Core.Units.Quantity | None#
Gets or sets the MaxIncrementValue.
- property SMARTCrackGrowth.MaximumTimeStep: Ansys.Core.Units.Quantity | None#
Gets or sets the MaximumTimeStep.
- property SMARTCrackGrowth.MeshCoarsening: Ansys.Mechanical.DataModel.Enums.CrackGrowthMeshCoarsening | None#
Gets or sets the MeshCoarsening.
- property SMARTCrackGrowth.Method: Ansys.Mechanical.DataModel.Enums.DelaminationMethod | None#
Gets the Method.
- property SMARTCrackGrowth.MinIncrementOfCrackExtension: Ansys.Mechanical.DataModel.Enums.CrackGrowthIncrementType | None#
Gets or sets the MinIncrementOfCrackExtension.
- property SMARTCrackGrowth.MinIncrementValue: Ansys.Core.Units.Quantity | None#
Gets or sets the MinIncrementValue.
- property SMARTCrackGrowth.MinimumTimeStep: Ansys.Core.Units.Quantity | None#
Gets or sets the MinimumTimeStep.
- property SMARTCrackGrowth.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property SMARTCrackGrowth.StopCriterion: Ansys.Mechanical.DataModel.Enums.StopCriterion | None#
Gets or sets the StopCriterion.
Method detail#
- SMARTCrackGrowth.AddCommandSnippet() Ansys.ACT.Automation.Mechanical.CommandSnippet #
Creates a new CommandSnippet
- SMARTCrackGrowth.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- SMARTCrackGrowth.AddFigure() Ansys.ACT.Automation.Mechanical.Figure #
Creates a new child Figure.
- SMARTCrackGrowth.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.
- SMARTCrackGrowth.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- SMARTCrackGrowth.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- SMARTCrackGrowth.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- SMARTCrackGrowth.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- SMARTCrackGrowth.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- SMARTCrackGrowth.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.