BatchConnectionsWorksheet#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.BatchConnectionsWorksheet#

Bases: object

BatchConnectionsWorksheet class.

Overview#

AddRow

Add a row to the MeshControlWorksheet

DeleteRow

Delete a row from the MeshControlWorksheet

GetActiveState

Gets the Active State property at row index

SetActiveState

Sets the Active State property at row index

GetNamedSelectionId

Gets the ID of the NamedSelection at row index

GetNamedSelection

Gets the NamedSelection at row index

GetConnectionTolerances

Gets the list of connection tolerances at the row index

GetConnectionOption

Gets the current set cconnection option at the row index

SetNamedSelectionId

Sets the NamedSelection by ID at row index

SetNamedSelection

Sets the NamedSelection at row index

SetConnectionTolerances

Sets the connection tolerance list at row index

SetConnectionOption

Sets the connection option at row index

GenerateMesh

Geneate Mesh

ClearGenerateMesh

Clear Mesh

GenerateAtRow

Generate Mesh At Row

DeleteAllRows

Delete All Rows

RowCount

Gets the number of entries

Property detail#

property BatchConnectionsWorksheet.RowCount: System.Int32 | None

Gets the number of entries

Method detail#

BatchConnectionsWorksheet.AddRow() System.Int32

Add a row to the MeshControlWorksheet

BatchConnectionsWorksheet.DeleteRow(index: System.Int32) System.Void

Delete a row from the MeshControlWorksheet

BatchConnectionsWorksheet.GetActiveState(index: System.Int32) System.Boolean

Gets the Active State property at row index

BatchConnectionsWorksheet.SetActiveState(index: System.Int32, value: System.Boolean) System.Void

Sets the Active State property at row index

BatchConnectionsWorksheet.GetNamedSelectionId(index: System.Int32) System.UInt32

Gets the ID of the NamedSelection at row index

BatchConnectionsWorksheet.GetNamedSelection(index: System.Int32) Ansys.ACT.Automation.Mechanical.NamedSelection

Gets the NamedSelection at row index

BatchConnectionsWorksheet.GetConnectionTolerances(index: System.Int32) System.String

Gets the list of connection tolerances at the row index

BatchConnectionsWorksheet.GetConnectionOption(index: System.Int32) System.Int32

Gets the current set cconnection option at the row index

BatchConnectionsWorksheet.SetNamedSelectionId(index: System.Int32, value: System.UInt32) System.Void

Sets the NamedSelection by ID at row index

BatchConnectionsWorksheet.SetNamedSelection(index: System.Int32, value: Ansys.ACT.Automation.Mechanical.NamedSelection) System.Void

Sets the NamedSelection at row index

BatchConnectionsWorksheet.SetConnectionTolerances(index: System.Int32, value: System.String) System.Void

Sets the connection tolerance list at row index

BatchConnectionsWorksheet.SetConnectionOption(index: System.Int32, value: System.Int32) System.Void

Sets the connection option at row index

BatchConnectionsWorksheet.GenerateMesh() System.Void

Geneate Mesh

BatchConnectionsWorksheet.ClearGenerateMesh() System.Void

Clear Mesh

BatchConnectionsWorksheet.GenerateAtRow(index: System.Int32) System.Void

Generate Mesh At Row

BatchConnectionsWorksheet.DeleteAllRows() System.Void

Delete All Rows