BatchConnectionsWorksheet#

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

Bases: object

Overview#

AddRow

Add a row to the MeshControlWorksheet

ClearGenerateMesh

Clear Mesh

DeleteAllRows

Delete All Rows

DeleteRow

Delete a row from the MeshControlWorksheet

Equals

Equals method.

GenerateAtRow

Generate Mesh At Row

GenerateMesh

Geneate Mesh

GetActiveState

Gets the Active State property at row index

GetConnectionOption

Gets the current set cconnection option at the row index

GetConnectionTolerances

Gets the list of connection tolerances at the row index

GetHashCode

GetHashCode method.

GetNamedSelection

Gets the NamedSelection at row index

GetNamedSelectionId

Gets the ID of the NamedSelection at row index

GetType

GetType method.

RefreshWorksheet

RefreshWorksheet method.

SetActiveState

Sets the Active State property at row index

SetConnectionOption

Sets the connection option at row index

SetConnectionTolerances

Sets the connection tolerance list at row index

SetNamedSelection

Sets the NamedSelection at row index

SetNamedSelectionId

Sets the NamedSelection by ID at row index

StartRecording

Start Recording

StopRecording

Stop Recording

ToString

ToString method.

RowCount

Gets the number of entries

Property detail#

property BatchConnectionsWorksheet.RowCount: int | None#

Gets the number of entries

Method detail#

BatchConnectionsWorksheet.AddRow() int#

Add a row to the MeshControlWorksheet

BatchConnectionsWorksheet.ClearGenerateMesh() None#

Clear Mesh

BatchConnectionsWorksheet.DeleteAllRows() None#

Delete All Rows

BatchConnectionsWorksheet.DeleteRow(index: int) None#

Delete a row from the MeshControlWorksheet

BatchConnectionsWorksheet.Equals(obj: Any) bool#

Equals method.

BatchConnectionsWorksheet.GenerateAtRow(index: int) None#

Generate Mesh At Row

BatchConnectionsWorksheet.GenerateMesh() None#

Geneate Mesh

BatchConnectionsWorksheet.GetActiveState(index: int) bool#

Gets the Active State property at row index

BatchConnectionsWorksheet.GetConnectionOption(index: int) int#

Gets the current set cconnection option at the row index

BatchConnectionsWorksheet.GetConnectionTolerances(index: int) str#

Gets the list of connection tolerances at the row index

BatchConnectionsWorksheet.GetHashCode() int#

GetHashCode method.

BatchConnectionsWorksheet.GetNamedSelection(index: int) Ansys.ACT.Automation.Mechanical.NamedSelection#

Gets the NamedSelection at row index

BatchConnectionsWorksheet.GetNamedSelectionId(index: int) int#

Gets the ID of the NamedSelection at row index

BatchConnectionsWorksheet.GetType() type#

GetType method.

BatchConnectionsWorksheet.RefreshWorksheet() None#

RefreshWorksheet method.

BatchConnectionsWorksheet.SetActiveState(index: int, value: bool) None#

Sets the Active State property at row index

BatchConnectionsWorksheet.SetConnectionOption(index: int, value: int) None#

Sets the connection option at row index

BatchConnectionsWorksheet.SetConnectionTolerances(index: int, value: str) None#

Sets the connection tolerance list at row index

BatchConnectionsWorksheet.SetNamedSelection(index: int, value: Ansys.ACT.Automation.Mechanical.NamedSelection) None#

Sets the NamedSelection at row index

BatchConnectionsWorksheet.SetNamedSelectionId(index: int, value: int) None#

Sets the NamedSelection by ID at row index

BatchConnectionsWorksheet.StartRecording() None#

Start Recording

BatchConnectionsWorksheet.StopRecording() None#

Stop Recording

BatchConnectionsWorksheet.ToString() str#

ToString method.