Blender 3D

Finding the active polygon in a BMesh object

The BMesh object certainly offers greater functionality and capabilities for working with mesh data compared to the standard data set stored in the object’s “data” property. However, some aspects of managing mesh data in a BMesh object aren’t always obvious. For example, consider the rather trivial operation of getting the currently active polygon.