FuseOption
Last update: 10.09.2025class ansys.meshing.prime.FuseOption(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Type to specify treatment of surfaces for fusing.
Methods
| Name | Description |
|---|---|
FuseOption.conjugate |
Returns self, the complex conjugate of any int. |
FuseOption.bit_length(/) |
Number of bits necessary to represent self in binary. |
FuseOption.bit_count(/) |
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. |
FuseOption.as_integer_ratio(/) |
Return a pair of integers, whose ratio is equal to the original int. |
FuseOption.is_integer(/) |
Returns True. |
Attributes
| Name | Description |
|---|---|
FuseOption.real |
the real part of a complex number |
FuseOption.imag |
the imaginary part of a complex number |
FuseOption.numerator |
the numerator of a rational number in lowest terms |
FuseOption.denominator |
the denominator of a rational number in lowest terms |
FuseOption.NONE |
No action to be taken for surfaces being fused. |
FuseOption.TRIMONESIDE |
Delete faces to be fused on one side and merge nodes to be fused at middle locations (works only within a single part). |
FuseOption.TRIMTWOSIDES |
Delete faces to be fused on both sides and merge nodes to be fused at middle locations (works only within a single part). |