ObjectState
#
- class ansys.mechanical.stubs.v241.Ansys.Mechanical.DataModel.Enums.ObjectState#
Bases:
enum.Enum
Specifies the Object State type.
Overview#
Attribute detail#
- ObjectState.Error = 7#
- ObjectState.FullyDefined = 1#
- ObjectState.Hidden = 10#
- ObjectState.Ignored = 9#
- ObjectState.LicenseConflict = 8#
- ObjectState.Meshed = 16#
- ObjectState.NoState = 0#
- ObjectState.NotSolved = 4#
- ObjectState.Obsolete = 6#
- ObjectState.ObsoleteNotLoaded = 19#
- ObjectState.PartialSolved = 15#
- ObjectState.SolveFailed = 13#
- ObjectState.SolveFailedNotLoaded = 14#
- ObjectState.Solved = 5#
- ObjectState.SolvedNotLoaded = 12#
- ObjectState.Solving = 11#
- ObjectState.Suppressed = 3#
- ObjectState.UnderDefined = 2#
- ObjectState.WaitForValidation = 17#