SolveConfigurations#

class ansys.mechanical.stubs.v241.Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfigurations#

Bases: object

The application’s collection of solve configurations.

Overview#

Add

Adds the given SolveConfiguration object to the collection.

Remove

Removes the given SolveConfiguration from the collection.

Count

The number of solve configurations in the collection.

Property detail#

property SolveConfigurations.Count: System.Int32 | None

The number of solve configurations in the collection.

Method detail#

SolveConfigurations.Add(item: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration) System.Void

Adds the given SolveConfiguration object to the collection.

SolveConfigurations.Remove(item: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration) System.Boolean

Removes the given SolveConfiguration from the collection.