TreeFilterObjectState Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.TreeFilterObjectState Bases: enum.Enum Specifies the TreeFilterObjectState. Overview Attributes Name All Failed Ignored NotLicensed NotSolved Obsolete Suppressed Underdefined Attribute detail TreeFilterObjectState.All = 0 TreeFilterObjectState.Failed = 8 TreeFilterObjectState.Ignored = 5 TreeFilterObjectState.NotLicensed = 4 TreeFilterObjectState.NotSolved = 7 TreeFilterObjectState.Obsolete = 6 TreeFilterObjectState.Suppressed = 2 TreeFilterObjectState.Underdefined = 3