[vtkusers] 3D coordinate plot surface reconstraction vtk 6.3.0

golucasplus golucasplus at gmail.com
Fri Jul 29 14:21:03 EDT 2016


Hi. As I understand it, you simply want to visualize the vertices in your
reconstructed surface. I am assuming your surface is of type vtkPolyData. 

I believe  this Python example
<https://github.com/Kitware/VTK/blob/master/Examples/Modelling/Python/DelMesh.py>  
will help. The output of the example can be seen here.  output.png
<http://vtk.1045678.n5.nabble.com/file/n5739414/output.png>  

In the example, vtkDelaunay2D produces a vtkPolyData called delny. Starting
at line 49, the example takes the vertices from delny and creates ballActor.
ballActor can be seen as the pink balls when rendered. 

Hope this helps. 



--
View this message in context: http://vtk.1045678.n5.nabble.com/3D-coordinate-plot-surface-reconstraction-vtk-6-3-0-tp5739324p5739414.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list