Mesh.is_regular

Mesh.is_regular()[source]

Verify that the mesh is regular.

A mesh is regular if the following conditions are fulfilled:

  • All faces have the same number of edges.

  • All vertices have the same degree, i.e. they are incident to the same number of edges.

Returns

bool – True, if the mesh is regular. False, otherwise.