MeshControlWorksheet#

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

Bases: object

MeshControlWorksheet 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

SetNamedSelectionId

Sets the NamedSelection by ID at row index

SetNamedSelection

Sets the NamedSelection 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 MeshControlWorksheet.RowCount: System.Int32 | None

Gets the number of entries

Method detail#

MeshControlWorksheet.AddRow() System.Int32

Add a row to the MeshControlWorksheet

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

Delete a row from the MeshControlWorksheet

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

Gets the Active State property at row index

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

Sets the Active State property at row index

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

Gets the ID of the NamedSelection at row index

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

Gets the NamedSelection at row index

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

Sets the NamedSelection by ID at row index

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

Sets the NamedSelection at row index

MeshControlWorksheet.GenerateMesh() System.Void

Geneate Mesh

MeshControlWorksheet.ClearGenerateMesh() System.Void

Clear Mesh

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

Generate Mesh At Row

MeshControlWorksheet.DeleteAllRows() System.Void

Delete All Rows