SolveConfigurations#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfigurations#
Bases:
objectThe application's collection of solve configurations.
Overview#
Adds the given SolveConfiguration object to the collection. |
|
Clears the collection of all non-defualt SolveConfiguration objects. |
|
Returns true if the given SolveConfiguration belongs to the collection. |
|
CopyTo method. |
|
Equals method. |
|
GetEnumerator method. |
|
GetHashCode method. |
|
GetType method. |
|
Removes the given SolveConfiguration from the collection. |
|
ToString method. |
The number of solve configurations in the collection. |
|
Returns the default solve configuration. |
|
IsReadOnly property. |
|
Item property. |
Property detail#
- property SolveConfigurations.Count: int | None#
The number of solve configurations in the collection.
- property SolveConfigurations.DefaultConfiguration: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration | None#
Returns the default solve configuration.
- property SolveConfigurations.Item: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration | None#
Item property.
Method detail#
- SolveConfigurations.Add(item: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration) None#
Adds the given SolveConfiguration object to the collection.
- SolveConfigurations.Clear() None#
Clears the collection of all non-defualt SolveConfiguration objects.
- SolveConfigurations.Contains(item: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration) bool#
Returns true if the given SolveConfiguration belongs to the collection.
- SolveConfigurations.CopyTo(array: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration, arrayIndex: int) None#
CopyTo method.
- SolveConfigurations.GetEnumerator() Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfigurationEnumerator#
GetEnumerator method.
- SolveConfigurations.Remove(item: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration) bool#
Removes the given SolveConfiguration from the collection.