SolverMemorySettings#

class ansys.mechanical.stubs.v261.Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolverMemorySettings#

Bases: object

The class representing the solver memory settings portion of the solve process settings.

Overview#

CopyTo

CopyTo method.

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Active

Whether the solver memory settings are active.

Database

Database size.

Workspace

Workspace size.

Property detail#

property SolverMemorySettings.Active: bool | None#

Whether the solver memory settings are active.

property SolverMemorySettings.Database: int | None#

Database size.

property SolverMemorySettings.Workspace: int | None#

Workspace size.

Method detail#

SolverMemorySettings.CopyTo(other: Ansys.ACT.Mechanical.Application.SolveProcessSettings.ISolverMemorySettings) None#

CopyTo method.

SolverMemorySettings.Equals(obj: Any) bool#

Equals method.

SolverMemorySettings.GetHashCode() int#

GetHashCode method.

SolverMemorySettings.GetType() type#

GetType method.

SolverMemorySettings.ToString() str#

ToString method.