MeshConnectionGroup
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.MeshConnectionGroup#
Bases:
object
Defines a MeshConnectionGroup.
Overview#
Activate the current object. |
|
Creates a new child Comment. |
|
Creates a new child ContactRegion. |
|
Creates a new child Figure. |
|
Creates a new child Image. |
|
Creates a new child InterStage. |
|
Creates a new child Joint. |
|
Creates a new MeshConnection |
|
Creates a new child SpotWeld. |
|
Copies all visible properties from this object to another. |
|
Run the CreateAutomaticConnections action. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Run the DeleteChildren action. |
|
Detect mesh connections. |
|
Creates a copy of the current DataModelObject. |
|
Generate mesh connections. |
|
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. |
|
Rename the Connection group based on the children. |
|
Run the RepairOverlappingContactRegions action. |
|
SearchConnectionsForDuplicatePairs method. |
|
Loop over all the valid contact regions and set the default APDL names. |
Gets the ActiveConnections. |
|
Gets or sets the AutomaticFixedJoints. |
|
Gets the list of children. |
|
Gets the list of associated comments. |
|
Gets or sets the ConnectionType. |
|
Gets the Connections. |
|
Gets or sets the CylindricalFaces. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the EdgeEdge. |
|
Gets or sets the EdgeOverlapTolerance. |
|
Gets or sets the FaceAngleTolerance. |
|
Gets or sets the FaceEdge. |
|
Gets or sets the FaceFace. |
|
Gets or sets the FaceFaceDetectionAngleTolerence. |
|
Gets or sets the FaceOverlapTolerance. |
|
Gets the list of associated figures. |
|
Gets or sets the GroupBy. |
|
Gets the list of associated images. |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the Location. |
|
Gets or sets the MinimumDistancePercentage. |
|
Gets the MinimumDistanceValue. |
|
Gets or sets the Priority. |
|
Gets the list of properties for this object. |
|
Gets or sets the ReadOnly. |
|
Gets or sets the RevoluteJoints. |
|
Gets or sets the SearchAcross. |
|
Gets or sets the Suppressed. |
|
Gets or sets the ThicknessScaleFactor. |
|
Gets or sets the ToleranceSlider. |
|
Gets or sets the ToleranceType. |
|
Gets or sets the ToleranceValue. |
|
Gets or sets the UseRange. |
|
Gets the list of properties that are visible for this object. |
Property detail#
- property MeshConnectionGroup.AutomaticFixedJoints: bool | None#
Gets or sets the AutomaticFixedJoints.
- property MeshConnectionGroup.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property MeshConnectionGroup.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property MeshConnectionGroup.ConnectionType: Ansys.Mechanical.DataModel.Enums.AutoDetectionType | None#
Gets or sets the ConnectionType.
- property MeshConnectionGroup.CylindricalFaces: Ansys.Mechanical.DataModel.Enums.CylindricalFacesOption | None#
Gets or sets the CylindricalFaces.
- property MeshConnectionGroup.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property MeshConnectionGroup.EdgeEdge: Ansys.Mechanical.DataModel.Enums.ContactEdgeEdgeOption | None#
Gets or sets the EdgeEdge.
- property MeshConnectionGroup.EdgeOverlapTolerance: int | None#
Gets or sets the EdgeOverlapTolerance.
- property MeshConnectionGroup.FaceAngleTolerance: Ansys.Core.Units.Quantity | None#
Gets or sets the FaceAngleTolerance.
- property MeshConnectionGroup.FaceEdge: Ansys.Mechanical.DataModel.Enums.ContactFaceEdgeOption | None#
Gets or sets the FaceEdge.
- property MeshConnectionGroup.FaceFaceDetectionAngleTolerence: Ansys.Core.Units.Quantity | None#
Gets or sets the FaceFaceDetectionAngleTolerence.
- property MeshConnectionGroup.FaceOverlapTolerance: int | None#
Gets or sets the FaceOverlapTolerance.
- property MeshConnectionGroup.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property MeshConnectionGroup.GroupBy: Ansys.Mechanical.DataModel.Enums.ContactGroupingType | None#
Gets or sets the GroupBy.
- property MeshConnectionGroup.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property MeshConnectionGroup.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSConnectionGroupAuto | None#
Gets the internal object. For advanced usage only.
- property MeshConnectionGroup.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the Location.
- property MeshConnectionGroup.MinimumDistancePercentage: int | None#
Gets or sets the MinimumDistancePercentage.
- property MeshConnectionGroup.MinimumDistanceValue: Ansys.Core.Units.Quantity | None#
Gets the MinimumDistanceValue.
- property MeshConnectionGroup.Priority: Ansys.Mechanical.DataModel.Enums.ContactFaceEdgePriority | None#
Gets or sets the Priority.
- property MeshConnectionGroup.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property MeshConnectionGroup.SearchAcross: Ansys.Mechanical.DataModel.Enums.ContactSearchingType | None#
Gets or sets the SearchAcross.
- property MeshConnectionGroup.ThicknessScaleFactor: float | None#
Gets or sets the ThicknessScaleFactor.
- property MeshConnectionGroup.ToleranceType: Ansys.Mechanical.DataModel.Enums.ContactToleranceType | None#
Gets or sets the ToleranceType.
Method detail#
- MeshConnectionGroup.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- MeshConnectionGroup.AddContactRegion() Ansys.ACT.Automation.Mechanical.Connections.ContactRegion #
Creates a new child ContactRegion.
- MeshConnectionGroup.AddFigure() Ansys.ACT.Automation.Mechanical.Figure #
Creates a new child Figure.
- MeshConnectionGroup.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.
- MeshConnectionGroup.AddInterStage() Ansys.ACT.Automation.Mechanical.Connections.ContactRegion #
Creates a new child InterStage.
- MeshConnectionGroup.AddJoint() Ansys.ACT.Automation.Mechanical.Connections.Joint #
Creates a new child Joint.
- MeshConnectionGroup.AddManualMeshConnection() Ansys.ACT.Automation.Mechanical.MeshConnection #
Creates a new MeshConnection
- MeshConnectionGroup.AddSpotWeld() Ansys.ACT.Automation.Mechanical.Connections.ContactRegion #
Creates a new child SpotWeld.
- MeshConnectionGroup.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- MeshConnectionGroup.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- MeshConnectionGroup.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- MeshConnectionGroup.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- MeshConnectionGroup.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- MeshConnectionGroup.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.
- MeshConnectionGroup.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property #
Get a property by its unique name.
- MeshConnectionGroup.RemoveParameter(propName: str) None #
Removes the parameter from the parameter set corresponding to the given property.
- MeshConnectionGroup.RenameBasedOnChildren() bool #
Rename the Connection group based on the children.
- MeshConnectionGroup.RepairOverlappingContactRegions() None #
Run the RepairOverlappingContactRegions action.