[Feature Request] Add Line_Cell_Circulator
similar to Line_Face_Circulator
in 3D triangulation
#8443
-
In 2D triangulation, starting from a face f, it is possible to obtain the sequence of faces intersected by a line p-q using the |
Beta Was this translation helpful? Give feedback.
Answered by
janetournois
Aug 29, 2024
Replies: 1 comment 1 reply
-
In a 3D triangulation, you can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MaelRL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a 3D triangulation, you can use the
Segment_cell_iterator
andSegment_simplex_iterator
to collect the sequence of intersected cells (resp. simplices)