`MeshMetricType` Last update: 16.07.2025 class Ansys.Mechanical.DataModel.Enums.MeshMetricType(*args, **kwds) Bases: enum.Enum Specifies the MeshMetricType. Overview Attributes Name AspectRatio AspectRatioEXD CharacteristicLength CharacteristicLengthLSD ElementQuality Hydrodynamics JacobianRatio JacobianRatioCornerNodes JacobianRatioGaussPoints MaxEdgeLength MaxQuadAngle MaxTriAngle MaximumCornerAngle MinEdgeLength MinQuadAngle MinTriAngle None_ OrthogonalAngle ParallelDeviation Skewness TetCollapse WarpingAngle WarpingFactor Attribute detail MeshMetricType.AspectRatio = 2 MeshMetricType.AspectRatioEXD = 19 MeshMetricType.CharacteristicLength = 9 MeshMetricType.CharacteristicLengthLSD = 22 MeshMetricType.ElementQuality = 1 MeshMetricType.Hydrodynamics = 12 MeshMetricType.JacobianRatio = 3 MeshMetricType.JacobianRatioCornerNodes = 10 MeshMetricType.JacobianRatioGaussPoints = 11 MeshMetricType.MaxEdgeLength = 21 MeshMetricType.MaxQuadAngle = 16 MeshMetricType.MaxTriAngle = 14 MeshMetricType.MaximumCornerAngle = 6 MeshMetricType.MinEdgeLength = 20 MeshMetricType.MinQuadAngle = 15 MeshMetricType.MinTriAngle = 13 MeshMetricType.None_ = 0 MeshMetricType.OrthogonalAngle = 8 MeshMetricType.ParallelDeviation = 5 MeshMetricType.Skewness = 7 MeshMetricType.TetCollapse = 18 MeshMetricType.WarpingAngle = 17 MeshMetricType.WarpingFactor = 4