__iter__

Face.__iter__()[source]

Vertex iterator.

The returned iterator visits the vertices of self starting with the self.halfedge.origin vertex.

Yields:

Vertex – Next vertex in counter-clockwise traversal.