Skip to main content

Mechanical scripting interface

ObjectState

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.ObjectState

Bases: enum.Enum

Specifies the Object State type.

Overview

Attributes

Name
Error
FullyDefined
Hidden
Ignored
LicenseConflict
Meshed
NoState
NotSolved
Obsolete
ObsoleteNotLoaded
PartialSolved
SolveFailed
SolveFailedNotLoaded
Solved
SolvedNotLoaded
Solving
Suppressed
UnderDefined
WaitForValidation

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