MaterialPointType
Last update: 10.09.2025class ansys.meshing.prime.MaterialPointType(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Defines define type of material point.
Methods
| Name | Description |
|---|---|
MaterialPointType.conjugate |
Returns self, the complex conjugate of any int. |
MaterialPointType.bit_length(/) |
Number of bits necessary to represent self in binary. |
MaterialPointType.bit_count(/) |
Number of ones in the binary representation of the absolute value of self. |
MaterialPointType.to_bytes(/[, length, ...]) |
Return an array of bytes representing an integer. |
MaterialPointType.from_bytes(/, bytes[, ...]) |
Return the integer represented by the given array of bytes. |
MaterialPointType.as_integer_ratio(/) |
Return a pair of integers, whose ratio is equal to the original int. |
MaterialPointType.is_integer(/) |
Returns True. |
Attributes
| Name | Description |
|---|---|
MaterialPointType.real |
the real part of a complex number |
MaterialPointType.imag |
the imaginary part of a complex number |
MaterialPointType.numerator |
the numerator of a rational number in lowest terms |
MaterialPointType.denominator |
the denominator of a rational number in lowest terms |
MaterialPointType.DEAD |
Used to define dead material point. |
MaterialPointType.LIVE |
Used to define live material point. |