CellQualityMeasure
Last update: 20.02.2026class ansys.meshing.prime.CellQualityMeasure(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
The type of cell quality measures to check cell quality metrics.
Attributes
| Name | Description |
| CellQualityMeasure.ASPECTRATIO | The Aspect Ratio metric is greater than 1. |
| CellQualityMeasure.SKEWNESS | The Skewness metric ranges between 0 (best) and 1 (worst). |
| CellQualityMeasure.FLUENTASPECTRATIO | The Fluent aspect Ratio metric is greater than 1. |
| CellQualityMeasure.INVERSEORTHOGONAL | The inverse orthogonal metric ranges between 0 (best) and 1 (worst). |
| CellQualityMeasure.INVERSEORTHOGONAL_V2 | The advanced inverse orthogonal metric ranges between 0 (best) and 1 (worst). |
| CellQualityMeasure.ELEMENTQUALITY | The Element Quality metric ranges between 0 (worst) and 1 (best). |