Surface_mesh to Point_set #6185
Unanswered
maximecharriere
asked this question in
Q&A
Replies: 2 comments
-
Your code looks right, and I do not see any better way to do the same. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As the point set class is basically the surface mesh class where we have stripped off connectivity but kept point indices we might have a look if we can achieve that one can pass a surface mesh wherever a point set is an argument, What kind of point set algorithm do you want to run? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, sorry for asking a question in the Issues section. Where would you prefer us to ask questions?
I'm currenly learning to use Boost and Cgal.
To convert a SurfaceMesh to a PointSet I'm using :
Is there a build in solution, or a one line way to do it ?
Beta Was this translation helpful? Give feedback.
All reactions