vtkMarchingCube@Isosurface
vtkMarchingCube是繪製出Isosurface的方法。
I built a femur by this pipeline:
vtkVolume16Reader->vtkImageGaussianSmooth->vtkMarchingCubes->
vtkDecimate->vtkSTLWriter
Once I build the isosurface, then I use vtkCutter to generate several spaced contours, then save this contours to a DXF file. now this dxf file contains sever layer contours, but i am not famillar with CAD programs, if it is possible to generate a solid model based on these contour layers?