<div dir="ltr">I am not aware (but I am also not an expert) of a particular filter or method<div>to get the corner points of a surface in general. However, for the particular</div><div>surface that you show, it should not be that difficult, because each of the</div><div>corner points is on the bounding box of the grid. So assuming that the</div><div>you have collected the points in a vtkPoints object, you can first extract</div><div>the bounds and afterwards find the points that are on (closest to) each</div><div>of the sides of the bounding box. Not that hard, not immediately obvious</div><div>either.</div><div><br></div><div>Marco</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 30, 2015 at 6:57 AM, madz <span dir="ltr"><<a href="mailto:madaramh@gmail.com" target="_blank">madaramh@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a surface as displayed below. I need to find the 4 corner points<br>
(circled in black) of the surface.<br>
<br>
<<a href="http://vtk.1045678.n5.nabble.com/file/n5735700/CORNER_POINTS.png" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/file/n5735700/CORNER_POINTS.png</a>><br>
<br>
Is there a method to achieve this in VTK?<br>
Any help would be appreciated.<br>
<br>
Thanks.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Find-corner-points-of-closed-surface-tp5735700.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/Find-corner-points-of-closed-surface-tp5735700.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<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>
</blockquote></div><br></div>