VolumeNamingType#

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

Indicate source types used to name volume zones.

Methods

VolumeNamingType.conjugate

Returns self, the complex conjugate of any int.

VolumeNamingType.bit_length(/)

Number of bits necessary to represent self in binary.

VolumeNamingType.bit_count(/)

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

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

Return an array of bytes representing an integer.

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

Return the integer represented by the given array of bytes.

VolumeNamingType.as_integer_ratio(/)

Return integer ratio.

Attributes

VolumeNamingType.real

the real part of a complex number

VolumeNamingType.imag

the imaginary part of a complex number

VolumeNamingType.numerator

the numerator of a rational number in lowest terms

VolumeNamingType.denominator

the denominator of a rational number in lowest terms

VolumeNamingType.BYFACELABEL

Option to use face label name as source to name volume zones.

VolumeNamingType.BYFACEZONE

Option to use face zone name as source to name volume zones.

VolumeNamingType.BYFACENORMALS

Option to use face normal as source to name volume zones.