SpatialReductionType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.SpatialReductionType Bases: enum.Enum Defines the method used to reduce the spatial integrand into a scalar value. Overview Attributes Name AbsoluteMax Average ContinuousAverage StandardDeviation Sum Attribute detail SpatialReductionType.AbsoluteMax = 2 SpatialReductionType.Average = 0 SpatialReductionType.ContinuousAverage = 6 SpatialReductionType.StandardDeviation = 3 SpatialReductionType.Sum = 4