EdgeMergeControl#

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

Specifies type of edge pairs to be merged during scaffold operation.

Methods

EdgeMergeControl.conjugate

Returns self, the complex conjugate of any int.

EdgeMergeControl.bit_length(/)

Number of bits necessary to represent self in binary.

EdgeMergeControl.bit_count(/)

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

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

Return an array of bytes representing an integer.

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

Return the integer represented by the given array of bytes.

EdgeMergeControl.as_integer_ratio(/)

Return integer ratio.

Attributes

EdgeMergeControl.real

the real part of a complex number

EdgeMergeControl.imag

the imaginary part of a complex number

EdgeMergeControl.numerator

the numerator of a rational number in lowest terms

EdgeMergeControl.denominator

the denominator of a rational number in lowest terms

EdgeMergeControl.ALLTOALL

Allows to merge all types of edges.

EdgeMergeControl.FREETOALL

Allows to merge only free edges into all edges.

EdgeMergeControl.FREETOFREE

Allows to merge free edge into other free edge only.