[vtkusers] How to change the position of vertex of an stl file?

jaki19 nour_sn at hotmail.fr
Tue Nov 8 15:36:02 EST 2016


Hello,

How can I change the position of a vertex connected with several triangles 
and maintaining the connectivity of my structure?


       vtkSTLReader reader = new vtkSTLReader(); 
       reader.SetFileName(path3D); 
       reader.Update();
       vtkPolyData input=new vtkPolyData();
       input=reader.GetOutput();



Thanks



--
View this message in context: http://vtk.1045678.n5.nabble.com/How-to-change-the-position-of-vertex-of-an-stl-file-tp5741103.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list