HalfFace.vertex_attribute

HalfFace.vertex_attribute(vertex, name, value=None)[source]

Get or set an attribute of a vertex.

Parameters:
vertexint

The vertex identifier.

namestr

The name of the attribute

valueobject, optional

The value of the attribute.

Returns:
object | None

The value of the attribute, or None when the function is used as a “setter”.

Raises:
KeyError

If the vertex does not exist.