__contains__

Face.__contains__(item)[source]

Vertex and halfedge containment test.

Parameters:

item (Vertex or Halfedge) – Item to be tested for incidence with the face.

Returns:

True if the given item belongs to the face.

Return type:

bool