SolveConfiguration#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration(name: str)#
Bases:
objectThe class representing a solve configuration.
Overview#
CopyTo method. |
|
Equals method. |
|
GetHashCode method. |
|
GetType method. |
|
Sets this solve configuration as the default. |
|
ToString method. |
Whether this solve configuration is the default. |
|
The name of the solve configuration. |
|
Returns the queue settings of this solve configuration. |
|
Returns the solve process settings of this solve configuration. |
Property detail#
- property SolveConfiguration.Settings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.QueueSettings | None#
Returns the queue settings of this solve configuration.
- property SolveConfiguration.SolveProcessSettings: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveProcessSettings | None#
Returns the solve process settings of this solve configuration.
Method detail#
- SolveConfiguration.CopyTo(other: Ansys.ACT.Mechanical.Application.SolveProcessSettings.ISolveConfiguration) None#
CopyTo method.
- SolveConfiguration.Equals(other: Ansys.ACT.Mechanical.Application.SolveProcessSettings.SolveConfiguration) bool#
Equals method.