SelectionWorksheet#

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

Bases: object

SelectionWorksheet class.

Overview#

Generate

Generate the selection from the worksheet.

AddRow

Adds a Row to the worksheet.

DeleteRow

Deletes a row from the worksheet at index.

SetCriterion

Sets the worksheet Criterion property at index.

SetAction

Sets the worksheet Action property at index.

SetCoordinateSystemSelection

Sets the worksheet CoordinateSystemSelection property at index.

SetCriterionActive

Sets the worksheet CriterionActive property at index.

SetEntityType

Sets the worksheet GeometryType property at index.

SetLowerBound

Sets the worksheet LowerBound property at index.

SetOperator

Sets the worksheet Operator property at index.

SetStringValue

Sets the worksheet StringValue property at index.

SetTag

Sets the worksheet Tag property at index.

SetUpperBound

Sets the worksheet UpperBound property at index.

SetValue

Sets the worksheet Value property at index.

GetEdgeTypeValue

Gets the worksheet Edge Type Value property at index.

SetEdgeTypeValue

Sets the worksheet Edge Type Value property at index.

SetFaceTypeValue

Sets the worksheet Face Type Value property at index.

GetFaceTypeValue

Gets the worksheet Face Type Value property at index.

SetBodyTypeValue

Sets the worksheet Body Type Value property at index.

GetBodyTypeValue

Gets the worksheet Body Type Value property at index.

SetMeshElementTypeValue

Sets the worksheet Mesh Element Type Value property at index.

GetMeshElementTypeValue

Gets the worksheet Mesh Element Type Value property at index.

GetCriterion

Gets the worksheet Criterion property at index.

GetAction

Gets the worksheet Action property at index.

GetCoordinateSystemSelection

Gets the worksheet CoordinateSystemSelection property at index.

GetCriterionActive

Gets the worksheet CriterionActive property at index.

GetGeometryType

Gets the worksheet GeometryType property at index.

GetLowerBound

Gets the worksheet LowerBound property at index.

GetOperator

Gets the worksheet Operator property at index.

GetStringValue

Gets the worksheet StringValue property at index.

GetTag

Gets the worksheet Tag property at index.

GetUpperBound

Gets the worksheet UpperBound property at index.

GetValue

Gets the worksheet Value property at index.

RowCount

Property detail#

property SelectionWorksheet.RowCount: System.Int32 | None

Method detail#

SelectionWorksheet.Generate() System.Void

Generate the selection from the worksheet.

SelectionWorksheet.AddRow() System.Int32

Adds a Row to the worksheet.

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

Deletes a row from the worksheet at index.

SelectionWorksheet.SetCriterion(index: System.Int32, value: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetCriterion) System.Void

Sets the worksheet Criterion property at index.

SelectionWorksheet.SetAction(index: System.Int32, newVal: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetAction) System.Void

Sets the worksheet Action property at index.

SelectionWorksheet.SetCoordinateSystemSelection(index: System.Int32, newVal: System.UInt32) System.Void

Sets the worksheet CoordinateSystemSelection property at index.

SelectionWorksheet.SetCriterionActive(index: System.Int32, newVal: System.Boolean) System.Void

Sets the worksheet CriterionActive property at index.

SelectionWorksheet.SetEntityType(index: System.Int32, newVal: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetEntityType) System.Void

Sets the worksheet GeometryType property at index.

SelectionWorksheet.SetLowerBound(index: System.Int32, newVal: System.Double) System.Void

Sets the worksheet LowerBound property at index.

SelectionWorksheet.SetOperator(index: System.Int32, newVal: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetOperator) System.Void

Sets the worksheet Operator property at index.

SelectionWorksheet.SetStringValue(index: System.Int32, newVal: System.String) System.Void

Sets the worksheet StringValue property at index.

SelectionWorksheet.SetTag(index: System.UInt32, newVal: System.String) System.Void

Sets the worksheet Tag property at index.

SelectionWorksheet.SetUpperBound(index: System.Int32, newVal: System.Double) System.Void

Sets the worksheet UpperBound property at index.

SelectionWorksheet.SetValue(index: System.Int32, newVal: System.Double) System.Void

Sets the worksheet Value property at index.

SelectionWorksheet.GetEdgeTypeValue(index: System.Int32) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetEdgeTypeValues

Gets the worksheet Edge Type Value property at index.

SelectionWorksheet.SetEdgeTypeValue(index: System.Int32, newVal: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetEdgeTypeValues) System.Void

Sets the worksheet Edge Type Value property at index.

SelectionWorksheet.SetFaceTypeValue(index: System.Int32, newVal: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetFaceTypeValues) System.Void

Sets the worksheet Face Type Value property at index.

SelectionWorksheet.GetFaceTypeValue(index: System.Int32) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetFaceTypeValues

Gets the worksheet Face Type Value property at index.

SelectionWorksheet.SetBodyTypeValue(index: System.Int32, newVal: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetBodyTypeValues) System.Void

Sets the worksheet Body Type Value property at index.

SelectionWorksheet.GetBodyTypeValue(index: System.Int32) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetBodyTypeValues

Gets the worksheet Body Type Value property at index.

SelectionWorksheet.SetMeshElementTypeValue(index: System.Int32, newVal: Ansys.Mechanical.DataModel.Enums.MeshElementShape) System.Void

Sets the worksheet Mesh Element Type Value property at index.

SelectionWorksheet.GetMeshElementTypeValue(index: System.Int32) Ansys.Mechanical.DataModel.Enums.MeshElementShape

Gets the worksheet Mesh Element Type Value property at index.

SelectionWorksheet.GetCriterion(index: System.Int32) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetCriterion

Gets the worksheet Criterion property at index.

SelectionWorksheet.GetAction(index: System.Int32) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetAction

Gets the worksheet Action property at index.

SelectionWorksheet.GetCoordinateSystemSelection(index: System.Int32) System.UInt32

Gets the worksheet CoordinateSystemSelection property at index.

SelectionWorksheet.GetCriterionActive(index: System.Int32) System.Boolean

Gets the worksheet CriterionActive property at index.

SelectionWorksheet.GetGeometryType(index: System.Int32) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetEntityType

Gets the worksheet GeometryType property at index.

SelectionWorksheet.GetLowerBound(index: System.Int32) System.Double

Gets the worksheet LowerBound property at index.

SelectionWorksheet.GetOperator(index: System.Int32) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetOperator

Gets the worksheet Operator property at index.

SelectionWorksheet.GetStringValue(index: System.Int32) System.String

Gets the worksheet StringValue property at index.

SelectionWorksheet.GetTag(index: System.UInt32) System.String

Gets the worksheet Tag property at index.

SelectionWorksheet.GetUpperBound(index: System.Int32) System.Double

Gets the worksheet UpperBound property at index.

SelectionWorksheet.GetValue(index: System.Int32) System.Double

Gets the worksheet Value property at index.