ObjectState#
- class ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.Enums.ObjectState(*args, **kwds)#
 Bases:
enum.EnumSpecifies 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#