EdgeConnectType
Last update: 10.09.2025class ansys.meshing.prime.EdgeConnectType(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Edge connect type to define the type of connection between edges .
Methods
| Name | Description |
|---|---|
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, ...]) |
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 a pair of integers, whose ratio is equal to the original int. |
EdgeConnectType.is_integer(/) |
Returns True. |
Attributes
| Name | Description |
|---|---|
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. |