ITable#
- class ansys.mechanical.stubs.v242.Ansys.Mechanical.Interfaces.ITable#
Bases:
objectExposes a table, which is a two-dimensional tabular data structure with labeled columns. The columns are usually instances of IVariable but can be any sort of array
Overview#
ContainsKey method. |
|
GetEnumerator method. |
|
TryGetValue method. |
|
get_Count method. |
|
get_Item method. |
|
get_Keys method. |
|
get_Values method. |
Count property. |
|
The portion of the table corresponding to dependent variables. |
|
The portion of the table corresponding to independent variables. |
|
Item property. |
|
Keys property. |
|
Values property. |
Property detail#
- property ITable.Dependents: dict[str, Iterable] | None#
The portion of the table corresponding to dependent variables.
Method detail#
- ITable.GetEnumerator() Iterator#
GetEnumerator method.
- ITable.get_Values() Iterable[Iterable]#
get_Values method.