<div dir="ltr">Cory,<div>Thanks for the response. As far as I can tell, surface reconstruction in general (including these two in particular) doesn't use the points given as vertices for the resulting surface mesh. I want something to simply triangulate the points I already have on the surface.</div><div>--Philip</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Mar 24, 2016 at 2:29 PM Cory Quammen <<a href="mailto:cory.quammen@kitware.com">cory.quammen@kitware.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Philip,<div><br></div><div>Please take a look at</div><div><br></div><div><a href="http://www.vtk.org/doc/nightly/html/classvtkSurfaceReconstructionFilter.html" target="_blank">http://www.vtk.org/doc/nightly/html/classvtkSurfaceReconstructionFilter.html</a><br></div><div><br></div><div>and</div><div><br></div><div><a href="http://www.vtkjournal.org/browse/publication/718" target="_blank">http://www.vtkjournal.org/browse/publication/718</a><br></div><div><br></div><div>I don't have direct experience with these classes, but they may have what you need.</div><div><br></div><div>HTH,</div><div>Cory</div></div><div class="gmail_extra"><br><div class="gmail_quote"></div></div><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 24, 2016 at 2:24 PM, Philip Fackler <span dir="ltr"><<a href="mailto:philip.fackler@gmail.com" target="_blank">philip.fackler@gmail.com</a>></span> wrote:<br></div></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:small;line-height:20px">If someone could even definitively tell me "no, you can't do this" that would be helpful.<br></div><div style="font-size:small;line-height:20px"><br></div><div style="font-size:small;line-height:20px">Thanks,</div><div style="font-size:small;line-height:20px">Philip Fackler</div></div><div><div><br><div class="gmail_quote"><div dir="ltr">On Wed, Mar 16, 2016 at 6:24 PM Philip Fackler <<a href="mailto:philip.fackler@gmail.com" target="_blank">philip.fackler@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Is there a way to triangulate a set of surface points using vtk? I've looked around and everything I've found (vtk, cgal, pcl) only do a surface reconstruction which ends up generating its own points to triangulate. I want to actually use the points I have as the vertices of the triangulation. Along with the point locations, I have a lot of information available in my code that I could provide:<br></div><br>Normal vector at each point<br></div>Bounding segmented curve(s) (i.e., lists of edge cells indexing the list of surface points)<br></div>A polydata representation of the surface (Note that the points I want to triangulate are distinct from the points involved in this)<br><br>The only vtk utility that seems to come close to this is vtkDelaunay2D, 
but it's only useful if all the points can be mapped to a 2D plane. This isn't possible in general without a parametric surface, which is one bit of information I don't have.<br><br></div><div>Thanks in advance for the help.<br></div></div></div></blockquote></div>
</div></div><br></blockquote></div></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div></div><div class="gmail_extra"><br><br clear="all"><div><br></div>-- <br><div>Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div></blockquote></div>