VolMesh.has_halfface

VolMesh.has_halfface(halfface)[source]

Verify that a face is part of the volmesh.

Parameters:
halffaceint

The identifier of the halfface.

Returns:
bool

True if the face exists. False otherwise.

See also

has_vertex(), has_edge(), has_cell()