NotAllTrianglesError

NotAllTrianglesError#

exception NotAllTrianglesError(message: str = 'Mesh must consist of only triangles')[source]#

Exception when a mesh does not contain all triangles.

Parameters:
messagestr

Error message.