pagoda icon indicating copy to clipboard operation
pagoda copied to clipboard

Chainable iterators over geometry components to support algorithms.

Open diegoarjz opened this issue 3 years ago • 0 comments

For example:

EachFace(geometry, [](Geometry* g, FaceHandle &f) {
    // Do whatever with the face handle and geometry.
});

diegoarjz avatar Jul 31 '20 09:07 diegoarjz