VectorReductionType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.VectorReductionType Bases: enum.Enum Specifies the VectorReductionType. Overview Attributes Name Directional FaceNormal Magnitude X XX XY XZ Y YY YZ Z ZZ Attribute detail VectorReductionType.Directional = 5 VectorReductionType.FaceNormal = 4 VectorReductionType.Magnitude = 3 VectorReductionType.X = 0 VectorReductionType.XX = 11 VectorReductionType.XY = 6 VectorReductionType.XZ = 8 VectorReductionType.Y = 1 VectorReductionType.YY = 12 VectorReductionType.YZ = 7 VectorReductionType.Z = 2 VectorReductionType.ZZ = 13