SolveConfigurations
Last update: 14.01.2025
SolveConfigurations
class Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfigurations
Bases: object
The application’s collection of solve configurations.
Overview
Methods
Name | Description |
---|---|
Add |
Adds the given SolveConfiguration object to the collection. |
Remove |
Removes the given SolveConfiguration from the collection. |
Properties
Name | Description |
---|---|
Count |
The number of solve configurations in the collection. |
Property detail
property SolveConfigurations.Count : int | None
The number of solve configurations in the collection.
Method detail
SolveConfigurations.Add(item: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration)
Adds the given SolveConfiguration object to the collection.
SolveConfigurations.Remove(item: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration)
Removes the given SolveConfiguration from the collection.