SpotWeldGroup#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.Connections.SpotWeldGroup(internalObject: Any)#
Bases:
objectDefines 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. |
|
CreateObjRef method. |
|
Creates a new parameter for a Property. |
|
Creates a copy of the current DataModelObject. |
|
Equals method. |
|
Exports all spot welds to user selected path. |
|
Generate spot welds provided in the Weld input file. |
|
Property name bound to dispId. |
|
GetAllProperties method. |
|
GetAllSpotWeldIds method. |
|
Gets the list of children, filtered by type. |
|
GetDetailsView method. |
|
Enum name bound to value |
|
GetHashCode method. |
|
GetIconFile method. |
|
GetLargestSpotWeldID method. |
|
GetLifetimeService method. |
|
GetObjectData method. |
|
Gets the parameter corresponding to the given property. |
|
GetPath method. |
|
GetPropertyName method. |
|
GetPropertyValue method. |
|
GetType method. |
|
GetVisibleProperties method. |
|
GetVisiblePropertyNames method. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
InitializeLifetimeService method. |
|
IsPropertyEditable method. |
|
IsPropertyVisible method. |
|
Get a property by its API name. |
|
PropertyById method. |
|
Get a property by its unique name. |
|
Removes the parameter from the parameter set corresponding to the given property. |
|
SetLargestSpotWeldID method. |
|
ToString method. |
Gets or sets the AngleTolerance. |
|
AttachedRefs property. |
|
Gets the list of children. |
|
Gets or sets the ChildrenCreationMethod. |
|
ClsId property. |
|
Gets the list of associated comments. |
|
Gets or sets the ConnectionBehavior. |
|
Gets the current DataModelObject's category. |
|
GroupingFolder property. |
|
IconName property. |
|
Gets the list of associated images. |
|
ImportableObjectSourceId property. |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the Material. |
|
Name property. |
|
Gets the NumConnections. |
|
Gets the NumWeldPoints. |
|
Gets or sets the NumberOfLayers. |
|
ObjectId property. |
|
ObjectState property. |
|
ObjectTags property. |
|
Parent property. |
|
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. |
|
State property. |
|
Gets or sets the StiffnessBehavior. |
|
TransferableObjectId property. |
|
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.GroupingFolder: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
GroupingFolder property.
- 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.ObjectState: Ansys.Mechanical.DataModel.Enums.ObjectState | None#
ObjectState property.
- property SpotWeldGroup.ObjectTags: Iterable[Ansys.Mechanical.DataModel.Interfaces.IObjectTag] | None#
ObjectTags property.
- property SpotWeldGroup.Parent: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
Parent property.
- 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.WeldRadius: Ansys.Core.Units.Quantity | None#
Gets or sets the WeldRadius.
- 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.CreateObjRef(requestedType: type) System.Runtime.Remoting.ObjRef#
CreateObjRef method.
- 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.Equals(other: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) bool#
Equals method.
- SpotWeldGroup.GenerateSpotWeldConnections() None#
Generate spot welds provided in the Weld input file.
- SpotWeldGroup.GetAllProperties() List[Ansys.ACT.Automation.Mechanical.AutomationPropertyWrapper]#
GetAllProperties method.
- SpotWeldGroup.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#
Gets the list of children, filtered by type.
- SpotWeldGroup.GetDetailsView() Ansys.ACT.Automation.Mechanical.DetailsViewData#
GetDetailsView method.
- SpotWeldGroup.GetIconFile() System.Byte#
GetIconFile method.
- SpotWeldGroup.GetLifetimeService() Any#
GetLifetimeService method.
- SpotWeldGroup.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#
GetObjectData method.
- SpotWeldGroup.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Gets the parameter corresponding to the given property.
- SpotWeldGroup.GetVisibleProperties() List[System.Reflection.PropertyInfo]#
GetVisibleProperties method.
- SpotWeldGroup.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#
Run the GroupSimilarObjects action.
- SpotWeldGroup.InitializeLifetimeService() Any#
InitializeLifetimeService method.
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.
- SpotWeldGroup.PropertyById(dispId: int) Ansys.ACT.Automation.Mechanical.Property#
PropertyById method.
- SpotWeldGroup.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#
Get a property by its unique name.