m3sh.iterators
Combinatorial mesh item neighborhood iterators.
Adjacent/incident mesh items are visited in counter-clockwise order as determined by the mesh orientation (whenever it makes sense to consider oriented item traversal).
Note
When applied to a Mesh
instance, the iterators
verts()
and faces()
will skip deleted mesh items.
This is an alternative to iteration over the mesh item
containers vertices
and faces
.
Functions
|
Edge iterator. |
|
Face iterator. |
|
Halfedge iterator |
|
Vertex iterator. |