<div dir="ltr"><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;color:rgb(36,39,41);font-family:arial,"helvetica neue",helvetica,sans-serif;line-height:19.5px">Currently i'm working on a project for rendering 3D surface of a human skull from series of images taken by Ct(computed tomography)scanner.first i create a 3D array that contains gray level of 3D volume. second step i create a vtkimagedata from the 3D array and then i use the filter vtkmarchingcube to extract the surface.all this steps are done perfectly.</p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;color:rgb(36,39,41);font-family:arial,"helvetica neue",helvetica,sans-serif;line-height:19.5px">My problem is i cant plot reconstructed surface 3D coordinate.</p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;color:rgb(36,39,41);font-family:arial,"helvetica neue",helvetica,sans-serif;line-height:19.5px">this image can explain more, this what i have now :<a href="http://i.stack.imgur.com/xGo61.jpg" rel="nofollow" target="_blank" style="color:rgb(0,89,153);margin:0px;padding:0px;border:0px;text-decoration:none">reconstructed surface</a></p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;color:rgb(36,39,41);font-family:arial,"helvetica neue",helvetica,sans-serif;line-height:19.5px">and i want to do somthing like that: <a href="http://i.stack.imgur.com/mAaOM.jpg" rel="nofollow" target="_blank" style="color:rgb(0,89,153);margin:0px;padding:0px;border:0px;text-decoration:none">surface plotted</a></p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;color:rgb(36,39,41);font-family:arial,"helvetica neue",helvetica,sans-serif;line-height:19.5px">i found lot of example about plotting in vtk such as :ScatterPlot</p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;color:rgb(36,39,41);font-family:arial,"helvetica neue",helvetica,sans-serif;line-height:19.5px">and also some examples for picking. and others</p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;color:rgb(36,39,41);font-family:arial,"helvetica neue",helvetica,sans-serif;line-height:19.5px">any help will be welcome thank you</p></div>