WeightingType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.WeightingType Bases: enum.Enum Overview Attributes Name Assignment ClosestPoint KrigingFunction Quaternion RadialBasisFunctions ShapeFunctions Triangulation UVMapping VolumeFraction WeightUndefined WeightedAverage Attribute detail WeightingType.Assignment = 9 WeightingType.ClosestPoint = 2 WeightingType.KrigingFunction = 6 WeightingType.Quaternion = 10 WeightingType.RadialBasisFunctions = 1 WeightingType.ShapeFunctions = 3 WeightingType.Triangulation = 4 WeightingType.UVMapping = 7 WeightingType.VolumeFraction = 8 WeightingType.WeightUndefined = 0 WeightingType.WeightedAverage = 5