0

I'm trying to generate a mesh from a 3d volume. I processed on VTK, using Marching Cube (vtkMarchingCubes.h); but I still can't found how to save the result view, as vtk file!

any idea

I appreciate your help.

MGM
  • 133
  • 6

1 Answers1

1
Shreyas Murali
  • 426
  • 2
  • 8
  • 14
  • Hi @Shreyas, In fact, before posting my question, I tried with vtkPolyDataWriter but it doesn't work! I checked again, and now it's working. Thank you. – MGM Mar 12 '18 at 13:44