CreateVolumeZonesType#

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

Indicate type to create volume zones for volumes.

Methods

CreateVolumeZonesType.conjugate

Returns self, the complex conjugate of any int.

CreateVolumeZonesType.bit_length(/)

Number of bits necessary to represent self in binary.

CreateVolumeZonesType.bit_count(/)

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

CreateVolumeZonesType.to_bytes(/, length, ...)

Return an array of bytes representing an integer.

CreateVolumeZonesType.from_bytes(/, bytes, ...)

Return the integer represented by the given array of bytes.

CreateVolumeZonesType.as_integer_ratio(/)

Return integer ratio.

Attributes

CreateVolumeZonesType.real

the real part of a complex number

CreateVolumeZonesType.imag

the imaginary part of a complex number

CreateVolumeZonesType.numerator

the numerator of a rational number in lowest terms

CreateVolumeZonesType.denominator

the denominator of a rational number in lowest terms

CreateVolumeZonesType.NONE

Option to not create volume zones.

CreateVolumeZonesType.PERVOLUME

Option to create volume zone per volume.

CreateVolumeZonesType.PERNAMESOURCE

Option to create zone per name computed from face zonelets of volume.