SelectionWorksheet
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.SelectionWorksheet#
Bases:
object
SelectionWorksheet class.
Overview#
Adds a Row to the worksheet. |
|
Deletes a row from the worksheet at index. |
|
Generate the selection from the worksheet. |
|
Gets the worksheet Action property at index. |
|
Gets the worksheet Body Type Value property at index. |
|
Gets the worksheet CoordinateSystemSelection property at index. |
|
Gets the worksheet Criterion property at index. |
|
Gets the worksheet CriterionActive property at index. |
|
Gets the worksheet Edge Type Value property at index. |
|
Gets the worksheet Face Type Value property at index. |
|
Gets the worksheet GeometryType property at index. |
|
Gets the worksheet LowerBound property at index. |
|
Gets the worksheet Mesh Element Type Value property at index. |
|
Gets the worksheet Operator property at index. |
|
Gets the worksheet StringValue property at index. |
|
Gets the worksheet Tag property at index. |
|
Gets the worksheet UpperBound property at index. |
|
Gets the worksheet Value property at index. |
|
Sets the worksheet Action property at index. |
|
Sets the worksheet Body Type Value property at index. |
|
Sets the worksheet CoordinateSystemSelection property at index. |
|
Sets the worksheet Criterion property at index. |
|
Sets the worksheet CriterionActive property at index. |
|
Sets the worksheet Edge Type Value property at index. |
|
Sets the worksheet GeometryType property at index. |
|
Sets the worksheet Face Type Value property at index. |
|
Sets the worksheet LowerBound property at index. |
|
Sets the worksheet Mesh Element Type Value property at index. |
|
Sets the worksheet Operator property at index. |
|
Sets the worksheet StringValue property at index. |
|
Sets the worksheet Tag property at index. |
|
Sets the worksheet UpperBound property at index. |
|
Sets the worksheet Value property at index. |
Property detail#
Method detail#
- SelectionWorksheet.GetAction(index: int) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetAction #
Gets the worksheet Action property at index.
- SelectionWorksheet.GetBodyTypeValue(index: int) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetBodyTypeValues #
Gets the worksheet Body Type Value property at index.
- SelectionWorksheet.GetCoordinateSystemSelection(index: int) int #
Gets the worksheet CoordinateSystemSelection property at index.
- SelectionWorksheet.GetCriterion(index: int) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetCriterion #
Gets the worksheet Criterion property at index.
- SelectionWorksheet.GetCriterionActive(index: int) bool #
Gets the worksheet CriterionActive property at index.
- SelectionWorksheet.GetEdgeTypeValue(index: int) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetEdgeTypeValues #
Gets the worksheet Edge Type Value property at index.
- SelectionWorksheet.GetFaceTypeValue(index: int) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetFaceTypeValues #
Gets the worksheet Face Type Value property at index.
- SelectionWorksheet.GetGeometryType(index: int) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetEntityType #
Gets the worksheet GeometryType property at index.
- SelectionWorksheet.GetLowerBound(index: int) float #
Gets the worksheet LowerBound property at index.
- SelectionWorksheet.GetMeshElementTypeValue(index: int) Ansys.Mechanical.DataModel.Enums.MeshElementShape #
Gets the worksheet Mesh Element Type Value property at index.
- SelectionWorksheet.GetOperator(index: int) Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetOperator #
Gets the worksheet Operator property at index.
- SelectionWorksheet.GetStringValue(index: int) str #
Gets the worksheet StringValue property at index.
- SelectionWorksheet.GetUpperBound(index: int) float #
Gets the worksheet UpperBound property at index.
- SelectionWorksheet.SetAction(index: int, newVal: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetAction) None #
Sets the worksheet Action property at index.
- SelectionWorksheet.SetBodyTypeValue(index: int, newVal: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetBodyTypeValues) None #
Sets the worksheet Body Type Value property at index.
- SelectionWorksheet.SetCoordinateSystemSelection(index: int, newVal: int) None #
Sets the worksheet CoordinateSystemSelection property at index.
- SelectionWorksheet.SetCriterion(index: int, value: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetCriterion) None #
Sets the worksheet Criterion property at index.
- SelectionWorksheet.SetCriterionActive(index: int, newVal: bool) None #
Sets the worksheet CriterionActive property at index.
- SelectionWorksheet.SetEdgeTypeValue(index: int, newVal: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetEdgeTypeValues) None #
Sets the worksheet Edge Type Value property at index.
- SelectionWorksheet.SetEntityType(index: int, newVal: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetEntityType) None #
Sets the worksheet GeometryType property at index.
- SelectionWorksheet.SetFaceTypeValue(index: int, newVal: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetFaceTypeValues) None #
Sets the worksheet Face Type Value property at index.
- SelectionWorksheet.SetLowerBound(index: int, newVal: float) None #
Sets the worksheet LowerBound property at index.
- SelectionWorksheet.SetMeshElementTypeValue(index: int, newVal: Ansys.Mechanical.DataModel.Enums.MeshElementShape) None #
Sets the worksheet Mesh Element Type Value property at index.
- SelectionWorksheet.SetOperator(index: int, newVal: Ansys.Mechanical.DataModel.Enums.NamedSelectionWorksheetOperator) None #
Sets the worksheet Operator property at index.
- SelectionWorksheet.SetStringValue(index: int, newVal: str) None #
Sets the worksheet StringValue property at index.