StitchType#

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

Stitch type depending on nature of surface boundary edges to be stitched.

Methods

StitchType.conjugate

Returns self, the complex conjugate of any int.

StitchType.bit_length(/)

Number of bits necessary to represent self in binary.

StitchType.bit_count(/)

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

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

Return an array of bytes representing an integer.

StitchType.from_bytes(/, bytes, byteorder, *)

Return the integer represented by the given array of bytes.

StitchType.as_integer_ratio(/)

Return integer ratio.

Attributes

StitchType.real

the real part of a complex number

StitchType.imag

the imaginary part of a complex number

StitchType.numerator

the numerator of a rational number in lowest terms

StitchType.denominator

the denominator of a rational number in lowest terms

StitchType.ALLALL

Stitch surfaces at boundary edges.

StitchType.FREEFREE

Stitch surfaces at free boundary edges.