ViewOrientationType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.ViewOrientationType Bases: enum.Enum Specifies the View Orientation type. Overview Attributes Name Back Bottom Front Iso Left Right Top Attribute detail ViewOrientationType.Back = 1 ViewOrientationType.Bottom = 3 ViewOrientationType.Front = 0 ViewOrientationType.Iso = 6 ViewOrientationType.Left = 4 ViewOrientationType.Right = 5 ViewOrientationType.Top = 2