JoinSeparateMethod#

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

Join separation method to handle separated overlapped zonelets.

Methods

JoinSeparateMethod.conjugate

Returns self, the complex conjugate of any int.

JoinSeparateMethod.bit_length(/)

Number of bits necessary to represent self in binary.

JoinSeparateMethod.bit_count(/)

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

JoinSeparateMethod.to_bytes(/, length, ...)

Return an array of bytes representing an integer.

JoinSeparateMethod.from_bytes(/, bytes, ...)

Return the integer represented by the given array of bytes.

JoinSeparateMethod.as_integer_ratio(/)

Return integer ratio.

Attributes

JoinSeparateMethod.real

the real part of a complex number

JoinSeparateMethod.imag

the imaginary part of a complex number

JoinSeparateMethod.numerator

the numerator of a rational number in lowest terms

JoinSeparateMethod.denominator

the denominator of a rational number in lowest terms

JoinSeparateMethod.KEEPNONE

Remove both overlapping zonelets after joining.

JoinSeparateMethod.KEEPONE

Keep one overlap zonelets after joining.

JoinSeparateMethod.KEEPBOTH

Keep both overlapping zonelets after joining.