FuseOption#
- class ansys.meshing.prime.FuseOption(value)#
Type to specify treatment of surfaces for fusing.
Methods
Returns self, the complex conjugate of any int.
Number of bits necessary to represent self in binary.
Number of ones in the binary representation of the absolute value of self.
FuseOption.to_bytes
(/, length, byteorder, *)Return an array of bytes representing an integer.
FuseOption.from_bytes
(/, bytes, byteorder, *)Return the integer represented by the given array of bytes.
Return integer ratio.
Attributes
the real part of a complex number
the imaginary part of a complex number
the numerator of a rational number in lowest terms
the denominator of a rational number in lowest terms
No action to be taken for surfaces being fused.
Delete faces to be fused on one side and merge nodes to be fused at middle locations (works only within a single part).
Delete faces to be fused on both sides and merge nodes to be fused at middle locations (works only within a single part).