BatchConnectionsWorksheet
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.BatchConnectionsWorksheet#
Bases:
object
BatchConnectionsWorksheet class.
Overview#
Add a row to the MeshControlWorksheet |
|
Clear Mesh |
|
Delete All Rows |
|
Delete a row from the MeshControlWorksheet |
|
Generate Mesh At Row |
|
Geneate Mesh |
|
Gets the Active State property at row index |
|
Gets the current set cconnection option at the row index |
|
Gets the list of connection tolerances at the row index |
|
Gets the NamedSelection at row index |
|
Gets the ID of the NamedSelection at row index |
|
Sets the Active State property at row index |
|
Sets the connection option at row index |
|
Sets the connection tolerance list at row index |
|
Sets the NamedSelection at row index |
|
Sets the NamedSelection by ID at row index |
Gets the number of entries |
Property detail#
Method detail#
- 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.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.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