BOIType#

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

BOI type for BOI creation.

Methods

BOIType.conjugate

Returns self, the complex conjugate of any int.

BOIType.bit_length(/)

Number of bits necessary to represent self in binary.

BOIType.bit_count(/)

Number of ones in the binary representation of the absolute value of self.

BOIType.to_bytes(/, length, byteorder, *[, ...])

Return an array of bytes representing an integer.

BOIType.from_bytes(/, bytes, byteorder, *[, ...])

Return the integer represented by the given array of bytes.

BOIType.as_integer_ratio(/)

Return integer ratio.

Attributes

BOIType.real

the real part of a complex number

BOIType.imag

the imaginary part of a complex number

BOIType.numerator

the numerator of a rational number in lowest terms

BOIType.denominator

the denominator of a rational number in lowest terms

BOIType.OFFSETBOX

Box BOI type for BOI creation.

BOIType.OFFSETSURFACE

Surface BOI type for BOI creation.