SolveConfigurations#

class ansys.mechanical.stubs.v261.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.

Clear

Clears the collection of all non-defualt SolveConfiguration objects.

Contains

Returns true if the given SolveConfiguration belongs to the collection.

CopyTo

CopyTo method.

Equals

Equals method.

GetEnumerator

GetEnumerator method.

GetHashCode

GetHashCode method.

GetType

GetType method.

Remove

Removes the given SolveConfiguration from the collection.

ToString

ToString method.

Count

The number of solve configurations in the collection.

DefaultConfiguration

Returns the default solve configuration.

IsReadOnly

IsReadOnly property.

Item

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.IsReadOnly: bool | None#

IsReadOnly property.

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.Equals(obj: Any) bool#

Equals method.

SolveConfigurations.GetEnumerator() Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfigurationEnumerator#

GetEnumerator method.

SolveConfigurations.GetHashCode() int#

GetHashCode method.

SolveConfigurations.GetType() type#

GetType method.

SolveConfigurations.Remove(item: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration) bool#

Removes the given SolveConfiguration from the collection.

SolveConfigurations.ToString() str#

ToString method.