lovepipy Fri, 04/24/2009 - 18:02 Forums: Other usage issuesHow to generate triangle mesh from 3D discrete points with OCC ??? Thanks a lot. lovepipy Mon, 04/27/2009 - 21:59 nobody knows? Log in to post comments jelle Mon, 04/27/2009 - 22:06 have a look at cgal.org / look for Delaunay triangulation. its out of the scope of OCC. good luck, and please, do report your results ;') -jelle Log in to post comments lovepipy Tue, 04/28/2009 - 02:15 thanks a lot Log in to post comments Rob Bachrach Mon, 04/27/2009 - 22:08 You would need to create a surface from the points. Look at this thread: http://www.opencascade.org/org/forum/thread_1598/ Then, create a face from the surface and mesh the face using the BRepMesh package. Log in to post comments
Mon, 04/27/2009 - 21:59
nobody knows?
Mon, 04/27/2009 - 22:06
have a look at cgal.org / look for Delaunay triangulation.
its out of the scope of OCC.
good luck, and please, do report your results ;')
-jelle
Tue, 04/28/2009 - 02:15
thanks a lot
Mon, 04/27/2009 - 22:08
You would need to create a surface from the points. Look at this thread:
http://www.opencascade.org/org/forum/thread_1598/
Then, create a face from the surface and mesh the face using the BRepMesh package.