SmoothType#

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

Indicates the the type of operation to be performed during the smooth dihedral face nodes operation.

Methods

SmoothType.conjugate

Returns self, the complex conjugate of any int.

SmoothType.bit_length(/)

Number of bits necessary to represent self in binary.

SmoothType.bit_count(/)

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

SmoothType.to_bytes(/, length, byteorder, *)

Return an array of bytes representing an integer.

SmoothType.from_bytes(/, bytes, byteorder, *)

Return the integer represented by the given array of bytes.

SmoothType.as_integer_ratio(/)

Return integer ratio.

Attributes

SmoothType.real

the real part of a complex number

SmoothType.imag

the imaginary part of a complex number

SmoothType.numerator

the numerator of a rational number in lowest terms

SmoothType.denominator

the denominator of a rational number in lowest terms

SmoothType.SMOOTH

Performs smoothing during the operation.

SmoothType.INFLATE

Performs inflation during the operation.