CameraAxisType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.CameraAxisType Bases: enum.Enum Specifies the Axis type. Overview Attributes Name GlobalX GlobalY GlobalZ ScreenX ScreenY ScreenZ Attribute detail CameraAxisType.GlobalX = 3 CameraAxisType.GlobalY = 4 CameraAxisType.GlobalZ = 5 CameraAxisType.ScreenX = 0 CameraAxisType.ScreenY = 1 CameraAxisType.ScreenZ = 2