MultizonePrismType#

class ansys.meshing.prime.MultizonePrismType(*values)#

Provides the multizone prism type//.name -> multizoneprismtype

Methods

MultizonePrismType.conjugate(/)

Returns self, the complex conjugate of any int.

MultizonePrismType.bit_length(/)

Number of bits necessary to represent self in binary.

MultizonePrismType.bit_count(/)

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

MultizonePrismType.to_bytes(/[, length, ...])

Return an array of bytes representing an integer.

MultizonePrismType.from_bytes(/, bytes[, ...])

Return the integer represented by the given array of bytes.

MultizonePrismType.as_integer_ratio(/)

Return a pair of integers, whose ratio is equal to the original int.

MultizonePrismType.is_integer(/)

Returns True.

Attributes

MultizonePrismType.real

the real part of a complex number

MultizonePrismType.imag

the imaginary part of a complex number

MultizonePrismType.numerator

the numerator of a rational number in lowest terms

MultizonePrismType.denominator

the denominator of a rational number in lowest terms

MultizonePrismType.UNIFORM

Prescribed first prism layer height.

MultizonePrismType.LASTASPECTRATIO

Prescribed last prism layer's aspect ratio.

MultizonePrismType.FIRSTASPECTRATIO

Prescribed first prism layer's aspect ratio.