Skip to main content

Prime Mesh Python client library 2025 R2

FaceQualityMeasure

Last update: 10.09.2025

class ansys.meshing.prime.FaceQualityMeasure(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)

The type of face quality measures to check face quality metrics.

Methods

Name Description
FaceQualityMeasure.conjugate Returns self, the complex conjugate of any int.
FaceQualityMeasure.bit_length(/) Number of bits necessary to represent self in binary.
FaceQualityMeasure.bit_count(/) Number of ones in the binary representation of the absolute value of self.
FaceQualityMeasure.to_bytes(/[, length, ...]) Return an array of bytes representing an integer.
FaceQualityMeasure.from_bytes(/, bytes[, ...]) Return the integer represented by the given array of bytes.
FaceQualityMeasure.as_integer_ratio(/) Return a pair of integers, whose ratio is equal to the original int.
FaceQualityMeasure.is_integer(/) Returns True.

Attributes

Name Description
FaceQualityMeasure.real the real part of a complex number
FaceQualityMeasure.imag the imaginary part of a complex number
FaceQualityMeasure.numerator the numerator of a rational number in lowest terms
FaceQualityMeasure.denominator the denominator of a rational number in lowest terms
FaceQualityMeasure.SKEWNESS The Skewness metric ranges between 0 (worst) and 1 (best).
FaceQualityMeasure.SIZECHANGE Size Change is the maximum ratio of the area of each neighboring face element to the area of face element when the area of the face element is smaller than the neighbor.
FaceQualityMeasure.ASPECTRATIO The Aspect Ratio metric is greater than 1.
FaceQualityMeasure.WARP Face quality metric to check warping factor.
FaceQualityMeasure.ELEMENTQUALITY The Element Quality metric ranges between 0 (worst) and 1 (best).

Connect with Ansys