MaterialPointType#

class ansys.meshing.prime.MaterialPointType(value)#

Defines define type of material point.

Methods

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 integer ratio.

Attributes

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.