[vtkusers] Structured data to polydata

Mike Jackson imikejackson at gmail.com
Fri Jul 21 19:26:04 EDT 2006


Hint:
  vtkDataSetTriangleFilter

then maybe vtkSTLWriter...


--------
Mike Jackson
imikejackson <at> gmail <dot> com



On Jul 21, 2006, at 6:01 PM, alves.scarparo at libero.it wrote:

> Hi guys,
>
> I'm in the need of converting a .vtk file as reported header:
>
> [code]
>
> # vtk DataFile Version 3.0
> VTK File Generated by Insight Segmentation and Registration Toolkit  
> (ITK)
> BINARY
> DATASET STRUCTURED_POINTS
> DIMENSIONS 512 512 72
> SPACING 3.1250000000000000e-001 3.1250000000000000e-001  
> 6.3000106811523438e-001
> ORIGIN -8.4099998474121094e+001 -1.0540000152587891e+002  
> -3.9994998931884766e+001
> POINT_DATA 18874368
> SCALARS scalars unsigned_char 1
> LOOKUP_TABLE default
>
> [/code]
>
> To a binary .stl 3D File using TCL scripting
>
> Can someone Help?
>
> Thank you in Advance
>
> Regards
>
> Stefano
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/ 
> Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers




More information about the vtkusers mailing list