SpotWeldGroup
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.Connections.SpotWeldGroup#
Bases:
object
Defines a SpotWeldGroup.
Overview#
Activate the current object. |
|
Creates a new child Comment. |
|
Creates a new child Image. |
|
Creates a new child SpotWeldConnection. |
|
Copies all visible properties from this object to another. |
|
Creates a new parameter for a Property. |
|
Creates a copy of the current DataModelObject. |
|
Exports all spot welds to user selected path. |
|
Generate spot welds provided in the Weld input file. |
|
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 AngleTolerance. |
|
Gets the list of children. |
|
Gets or sets the ChildrenCreationMethod. |
|
Gets the list of associated comments. |
|
Gets or sets the ConnectionBehavior. |
|
Gets the current DataModelObject's category. |
|
Gets the list of associated images. |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the Material. |
|
Gets the NumConnections. |
|
Gets the NumWeldPoints. |
|
Gets or sets the NumberOfLayers. |
|
Gets or sets the PenetrationTolerance. |
|
Gets the list of properties for this object. |
|
Gets or sets the ReadOnly. |
|
Gets or sets the ShellThicknessEffect. |
|
Gets or sets the SnapToEdgeTolerance. |
|
Gets or sets the SpotWeldFileName. |
|
Gets or sets the StiffnessBehavior. |
|
Gets or sets the Units. |
|
Gets the list of properties that are visible for this object. |
|
Gets or sets the WeldRadius. |
|
Gets or sets the WeldSearchDistance. |
|
Gets or sets the WeldType. |
Property detail#
- property SpotWeldGroup.AngleTolerance: Ansys.Core.Units.Quantity | None#
Gets or sets the AngleTolerance.
- property SpotWeldGroup.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property SpotWeldGroup.ChildrenCreationMethod: Ansys.Mechanical.DataModel.Enums.ConnectionCreationMethod | None#
Gets or sets the ChildrenCreationMethod.
- property SpotWeldGroup.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property SpotWeldGroup.ConnectionBehavior: Ansys.Mechanical.DataModel.Enums.StiffnessBehavior | None#
Gets or sets the ConnectionBehavior.
- property SpotWeldGroup.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property SpotWeldGroup.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property SpotWeldGroup.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSSpotWeldGroupAuto | None#
Gets the internal object. For advanced usage only.
- property SpotWeldGroup.PenetrationTolerance: Ansys.Core.Units.Quantity | None#
Gets or sets the PenetrationTolerance.
- property SpotWeldGroup.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property SpotWeldGroup.SnapToEdgeTolerance: Ansys.Core.Units.Quantity | None#
Gets or sets the SnapToEdgeTolerance.
- property SpotWeldGroup.StiffnessBehavior: Ansys.Mechanical.DataModel.Enums.StiffnessBehavior | None#
Gets or sets the StiffnessBehavior.
- property SpotWeldGroup.Units: Ansys.Mechanical.DataModel.Enums.WBUnitSystemType | None#
Gets or sets the Units.
- property SpotWeldGroup.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties that are visible for this object.
- property SpotWeldGroup.WeldSearchDistance: Ansys.Core.Units.Quantity | None#
Gets or sets the WeldSearchDistance.
- property SpotWeldGroup.WeldType: Ansys.Mechanical.DataModel.Enums.SpotWeldTypes | None#
Gets or sets the WeldType.
Method detail#
- SpotWeldGroup.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- SpotWeldGroup.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.
- SpotWeldGroup.AddSpotWeldConnection() Ansys.ACT.Automation.Mechanical.Connections.SpotWeldConnection #
Creates a new child SpotWeldConnection.
- SpotWeldGroup.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- SpotWeldGroup.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- SpotWeldGroup.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- SpotWeldGroup.GenerateSpotWeldConnections() None #
Generate spot welds provided in the Weld input file.
- SpotWeldGroup.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- SpotWeldGroup.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- SpotWeldGroup.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.