    

 ## On this page

  

 

 # ScopeEvaluationType

 Last update: 10.09.2025 

<a id="ansys.meshing.prime.ScopeEvaluationType"></a>

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

ScopeDefinition uses evaluation type to evaluate the scope.

### Methods

NameDescription[`ScopeEvaluationType.conjugate`](ansys.meshing.prime.ScopeEvaluationType.conjugate.md#ansys.meshing.prime.ScopeEvaluationType.conjugate)Returns self, the complex conjugate of any int.[`ScopeEvaluationType.bit_length`](ansys.meshing.prime.ScopeEvaluationType.bit_length.md#ansys.meshing.prime.ScopeEvaluationType.bit_length)(/)Number of bits necessary to represent self in binary.[`ScopeEvaluationType.bit_count`](ansys.meshing.prime.ScopeEvaluationType.bit_count.md#ansys.meshing.prime.ScopeEvaluationType.bit_count)(/)Number of ones in the binary representation of the absolute value of self.[`ScopeEvaluationType.to_bytes`](ansys.meshing.prime.ScopeEvaluationType.to_bytes.md#ansys.meshing.prime.ScopeEvaluationType.to_bytes)(/\[, length, ...\])Return an array of bytes representing an integer.[`ScopeEvaluationType.from_bytes`](ansys.meshing.prime.ScopeEvaluationType.from_bytes.md#ansys.meshing.prime.ScopeEvaluationType.from_bytes)(/, bytes\[, ...\])Return the integer represented by the given array of bytes.[`ScopeEvaluationType.as_integer_ratio`](ansys.meshing.prime.ScopeEvaluationType.as_integer_ratio.md#ansys.meshing.prime.ScopeEvaluationType.as_integer_ratio)(/)Return a pair of integers, whose ratio is equal to the original int.[`ScopeEvaluationType.is_integer`](ansys.meshing.prime.ScopeEvaluationType.is_integer.md#ansys.meshing.prime.ScopeEvaluationType.is_integer)(/)Returns True.### Attributes

NameDescription[`ScopeEvaluationType.real`](ansys.meshing.prime.ScopeEvaluationType.real.md#ansys.meshing.prime.ScopeEvaluationType.real)the real part of a complex number[`ScopeEvaluationType.imag`](ansys.meshing.prime.ScopeEvaluationType.imag.md#ansys.meshing.prime.ScopeEvaluationType.imag)the imaginary part of a complex number[`ScopeEvaluationType.numerator`](ansys.meshing.prime.ScopeEvaluationType.numerator.md#ansys.meshing.prime.ScopeEvaluationType.numerator)the numerator of a rational number in lowest terms[`ScopeEvaluationType.denominator`](ansys.meshing.prime.ScopeEvaluationType.denominator.md#ansys.meshing.prime.ScopeEvaluationType.denominator)the denominator of a rational number in lowest terms[`ScopeEvaluationType.LABELS`](ansys.meshing.prime.ScopeEvaluationType.LABELS.md#ansys.meshing.prime.ScopeEvaluationType.LABELS)Use labels to evaluate the scope.[`ScopeEvaluationType.ZONES`](ansys.meshing.prime.ScopeEvaluationType.ZONES.md#ansys.meshing.prime.ScopeEvaluationType.ZONES)Use zones to evaluate the scope.