BoltPretension
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.BoundaryConditions.BoltPretension#
Bases:
object
Defines a BoltPretension.
Overview#
Activate the current object. |
|
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 Bolt Define By value at a given solution step. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Run the PromoteToCoordinateSystem action. |
|
Run the PromoteToNamedSelection 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. |
|
Sets the Bolt Define By value for a given solution step. |
Gets the list of children. |
|
Gets the list of associated comments. |
|
Gets or sets the CoordinateSystem. |
|
Gets or sets the CoordinateSystemBehavior. |
|
Gets the current DataModelObject's category. |
|
Gets a value indicating how the bolt pretension is defined at the analysis' current step. |
|
Gets the list of associated figures. |
|
Gets or sets the Formulation. |
|
Gets the list of associated images. |
|
Gets the Increment. |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the Location. |
|
Gets the Preadjustment. |
|
Gets the Preload. |
|
Gets the list of properties for this object. |
|
Gets or sets the ReadOnly. |
|
Gets or sets the SolveBehaviourType. |
|
Gets or sets the Suppressed. |
|
Gets or sets the Tolerance. |
|
Gets the list of properties that are visible for this object. |
Property detail#
- property BoltPretension.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property BoltPretension.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property BoltPretension.CoordinateSystem: Ansys.ACT.Automation.Mechanical.CoordinateSystem | None#
Gets or sets the CoordinateSystem.
- property BoltPretension.CoordinateSystemBehavior: Ansys.Mechanical.DataModel.Enums.CoordinateSystemBehavior | None#
Gets or sets the CoordinateSystemBehavior.
- property BoltPretension.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property BoltPretension.DefineBy: Ansys.Mechanical.DataModel.Enums.BoltLoadDefineBy | None#
Gets a value indicating how the bolt pretension is defined at the analysis' current step.
- property BoltPretension.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property BoltPretension.Formulation: Ansys.Mechanical.DataModel.Enums.FormulationType | None#
Gets or sets the Formulation.
- property BoltPretension.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property BoltPretension.Increment: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the Increment.
- property BoltPretension.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSPretensionBoltLoadAuto | None#
Gets the internal object. For advanced usage only.
- property BoltPretension.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the Location.
- property BoltPretension.Preadjustment: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the Preadjustment.
- property BoltPretension.Preload: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the Preload.
- property BoltPretension.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property BoltPretension.SolveBehaviourType: Ansys.Mechanical.DataModel.Enums.SolveBehaviourType | None#
Gets or sets the SolveBehaviourType.
Method detail#
- BoltPretension.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- BoltPretension.AddFigure() Ansys.ACT.Automation.Mechanical.Figure #
Creates a new child Figure.
- BoltPretension.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.
- BoltPretension.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- BoltPretension.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- BoltPretension.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- BoltPretension.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- BoltPretension.GetDefineBy(stepNumber: int) Ansys.Mechanical.DataModel.Enums.BoltLoadDefineBy #
Gets the Bolt Define By value at a given solution step.
- BoltPretension.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- BoltPretension.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder #
Run the GroupSimilarObjects action.
- BoltPretension.PromoteToCoordinateSystem() Iterable[Ansys.ACT.Automation.Mechanical.CoordinateSystem] #
Run the PromoteToCoordinateSystem action.
- BoltPretension.PromoteToNamedSelection() Iterable[Ansys.ACT.Automation.Mechanical.NamedSelection] #
Run the PromoteToNamedSelection 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.
- BoltPretension.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property #
Get a property by its unique name.
- BoltPretension.RemoveParameter(propName: str) None #
Removes the parameter from the parameter set corresponding to the given property.
- BoltPretension.SetDefineBy(stepNumber: int, type: Ansys.Mechanical.DataModel.Enums.BoltLoadDefineBy) None #
Sets the Bolt Define By value for a given solution step.