FuseType#

class ansys.meshing.prime.FuseType(*values)#

Type of fuse operation to perform.

Methods

FuseType.conjugate(/)

Returns self, the complex conjugate of any int.

FuseType.bit_length(/)

Number of bits necessary to represent self in binary.

FuseType.bit_count(/)

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

FuseType.to_bytes(/[, length, byteorder, signed])

Return an array of bytes representing an integer.

FuseType.from_bytes(/, bytes[, byteorder, ...])

Return the integer represented by the given array of bytes.

FuseType.as_integer_ratio(/)

Return a pair of integers, whose ratio is equal to the original int.

FuseType.is_integer(/)

Returns True.

Attributes

FuseType.real

the real part of a complex number

FuseType.imag

the imaginary part of a complex number

FuseType.numerator

the numerator of a rational number in lowest terms

FuseType.denominator

the denominator of a rational number in lowest terms

FuseType.SURFACEONLY

Fuses surface overlaps based on input parameters.

FuseType.SURFACEANDEDGES

Fuses surface and edge overlaps based on input parameters.

FuseType.EDGESONLY

Fuses edge overlaps based on input parameters.

FuseType.FREEEDGESONLY

Fuses free edge overlaps based on input parameters.