isolated

property Vertex.isolated

Topological state.

A vertex is isolated if its halfedge attribute holds a None value. Topologically, isolated vertices are not linked to any other mesh items and form their own connected component.

Type:

bool

Note

Isolated vertices are treated as manifold vertices. Their presence does not influence the halfedge data structure functionality negatively.