How to construct a Face_range? #7331
Answered
by
afabri
StromanStroman
asked this question in
Q&A
-
I just to how to get a face_range,but don't know to create it. |
Beta Was this translation helpful? Give feedback.
Answered by
afabri
Mar 10, 2023
Replies: 1 comment
-
A In the documentation of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lrineau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A
std::vector<boost::graph_traits<Surface_mesh<Point>>::face_descriptor>
is an example for a face range.In the documentation of
triangulate_faces()
you should follow the link forRange
to see what it means more generally.