How can I triangulate points under the condition they are close enough to each other?
    3 views (last 30 days)
  
       Show older comments
    
Hello, 
I have a bunch of points and I want to create a surface with it, to export it in .stl eventually.
I believe the right way to do it is to triangulate them, using for instance the Delauney function. However, to obtain the shape I want, some points must not be linked in the triangulation. So, is there a way to set a maximum distance between points, over which the points are not linked ?
Thank you!
1 Comment
  KSSV
      
      
 on 24 Apr 2019
				Read about delaunayTriangulation. To miss the points, you have to provide them as a constriant. 
Answers (0)
See Also
Categories
				Find more on Delaunay Triangulation in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
