LabelToZoneMethod#

class ansys.meshing.prime.lucid.LabelToZoneMethod(value)#

Provides for creating zones from labels.

Methods

LabelToZoneMethod.conjugate

Returns self, the complex conjugate of any int.

LabelToZoneMethod.bit_length(/)

Number of bits necessary to represent self in binary.

LabelToZoneMethod.bit_count(/)

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

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

Return an array of bytes representing an integer.

LabelToZoneMethod.from_bytes(/, bytes, ...)

Return the integer represented by the given array of bytes.

LabelToZoneMethod.as_integer_ratio(/)

Return integer ratio.

Attributes

LabelToZoneMethod.real

the real part of a complex number

LabelToZoneMethod.imag

the imaginary part of a complex number

LabelToZoneMethod.numerator

the numerator of a rational number in lowest terms

LabelToZoneMethod.denominator

the denominator of a rational number in lowest terms

LabelToZoneMethod.SIMPLE

Simple method for creating zones from labels.