MeshControlWorksheet#

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

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

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

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 MeshControlWorksheet.RowCount: int | None#

Gets the number of entries

Method detail#

MeshControlWorksheet.AddRow() int#

Add a row to the MeshControlWorksheet

MeshControlWorksheet.ClearGenerateMesh() None#

Clear Mesh

MeshControlWorksheet.DeleteAllRows() None#

Delete All Rows

MeshControlWorksheet.DeleteRow(index: int) None#

Delete a row from the MeshControlWorksheet

MeshControlWorksheet.Equals(obj: Any) bool#

Equals method.

MeshControlWorksheet.GenerateAtRow(index: int) None#

Generate Mesh At Row

MeshControlWorksheet.GenerateMesh() None#

Geneate Mesh

MeshControlWorksheet.GetActiveState(index: int) bool#

Gets the Active State property at row index

MeshControlWorksheet.GetHashCode() int#

GetHashCode method.

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

Gets the NamedSelection at row index

MeshControlWorksheet.GetNamedSelectionId(index: int) int#

Gets the ID of the NamedSelection at row index

MeshControlWorksheet.GetType() type#

GetType method.

MeshControlWorksheet.RefreshWorksheet() None#

RefreshWorksheet method.

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

Sets the Active State property at row index

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

Sets the NamedSelection at row index

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

Sets the NamedSelection by ID at row index

MeshControlWorksheet.StartRecording() None#

Start Recording

MeshControlWorksheet.StopRecording() None#

Stop Recording

MeshControlWorksheet.ToString() str#

ToString method.