EdgeConnectType#

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

Edge connect type to define the type of connection between edges .

Methods

EdgeConnectType.conjugate

Returns self, the complex conjugate of any int.

EdgeConnectType.bit_length(/)

Number of bits necessary to represent self in binary.

EdgeConnectType.bit_count(/)

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

EdgeConnectType.to_bytes(/, length, byteorder, *)

Return an array of bytes representing an integer.

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

Return the integer represented by the given array of bytes.

EdgeConnectType.as_integer_ratio(/)

Return integer ratio.

Attributes

EdgeConnectType.real

the real part of a complex number

EdgeConnectType.imag

the imaginary part of a complex number

EdgeConnectType.numerator

the numerator of a rational number in lowest terms

EdgeConnectType.denominator

the denominator of a rational number in lowest terms

EdgeConnectType.NONE

Perform no connection.

EdgeConnectType.ALLTOALL

Perform connections between any type of edges or faces.

EdgeConnectType.FREETOALL

Perform connections between free edges and any type of edges or faces.

EdgeConnectType.FREETOFREE

Perform connections between free edges.