BMesh Module (bmesh)

This module provides access to blenders bmesh data structures.

bmesh.from_mesh(mesh)

Return a BMesh from this mesh, currently the mesh must already be in editmode.

Returns:the BMesh assosiated with this mesh.
Return type:bmesh.types.BMesh

Previous topic

bpy_extras submodule (bpy_extras.view3d_utils)

Next topic

BMesh Types (bmesh.types)