ansys.meshing.prime.MatchPairTargetType
Last update: 17.07.2025MatchPairTargetType
class ansys.meshing.prime.MatchPairTargetType(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Match morph target type.
Methods
| Name | Description |
|---|---|
MatchPairTargetType.conjugate |
Returns self, the complex conjugate of any int. |
MatchPairTargetType.bit_length(/) |
Number of bits necessary to represent self in binary. |
MatchPairTargetType.bit_count(/) |
Number of ones in the binary representation of the absolute value of self. |
MatchPairTargetType.to_bytes(/[, length, ...]) |
Return an array of bytes representing an integer. |
MatchPairTargetType.from_bytes(/, bytes[, ...]) |
Return the integer represented by the given array of bytes. |
MatchPairTargetType.as_integer_ratio(/) |
Return a pair of integers, whose ratio is equal to the original int. |
MatchPairTargetType.is_integer(/) |
Returns True. |
Attributes
| Name | Description |
|---|---|
MatchPairTargetType.real |
the real part of a complex number |
MatchPairTargetType.imag |
the imaginary part of a complex number |
MatchPairTargetType.numerator |
the numerator of a rational number in lowest terms |
MatchPairTargetType.denominator |
the denominator of a rational number in lowest terms |
MatchPairTargetType.FACEZONELET |
Option to specify face zonelet as target. |
MatchPairTargetType.TOPOFACE |
Option to specify topoface as target. |