Original Post
Can someone explain to me how to use the triangle library?
http://www.cs.cmu.edu/~quake/triangle.html
I've spent about 4 hours now trying to specify the boundary for a mesh I have to triangulate with no success. The library just triangolates all the points ignoring the specified segments.
On a later thought, it looks like segments are just required to be there but don't really restrict the triangulation.
I am definitely missing something.
I'm going to try edges now, but I don't have much hope, from documentation, it looks like they are not used as input parameters (?).
Suggestions are welcome.
http://www.cs.cmu.edu/~quake/triangle.html
I've spent about 4 hours now trying to specify the boundary for a mesh I have to triangulate with no success. The library just triangolates all the points ignoring the specified segments.
On a later thought, it looks like segments are just required to be there but don't really restrict the triangulation.
I am definitely missing something.
I'm going to try edges now, but I don't have much hope, from documentation, it looks like they are not used as input parameters (?).
Suggestions are welcome.