Skip to main content

Prime Mesh Python client library 2025 R2

bit_count

Last update: 10.09.2025

StitchType.bit_count(/)

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

Also known as the population count.

>>> bin(13)
'0b1101'
>>> (13).bit_count()
3

Connect with Ansys