Skip to main content

Prime Mesh Python client library 2025 R2

MergeNodeType

Last update: 10.09.2025

class ansys.meshing.prime.MergeNodeType(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Type of nodes to be merged.

Methods

Name Description
MergeNodeType.conjugate Returns self, the complex conjugate of any int.
MergeNodeType.bit_length(/) Number of bits necessary to represent self in binary.
MergeNodeType.bit_count(/) Number of ones in the binary representation of the absolute value of self.
MergeNodeType.to_bytes(/[, length, ...]) Return an array of bytes representing an integer.
MergeNodeType.from_bytes(/, bytes[, ...]) Return the integer represented by the given array of bytes.
MergeNodeType.as_integer_ratio(/) Return a pair of integers, whose ratio is equal to the original int.
MergeNodeType.is_integer(/) Returns True.

Attributes

Name Description
MergeNodeType.real the real part of a complex number
MergeNodeType.imag the imaginary part of a complex number
MergeNodeType.numerator the numerator of a rational number in lowest terms
MergeNodeType.denominator the denominator of a rational number in lowest terms
MergeNodeType.ALLALL Merge any type of nodes with any type of nodes.
MergeNodeType.FREEFREE Merge only free nodes with free nodes.

Connect with Ansys