[vtkusers] RE: How to write a geometry file?

Muralidharan Dhanakoti murali at uab.edu
Wed Feb 18 07:10:11 EST 2004


> How to write a Geometry file?Is it possible to
>achieve my task by writing one such file...?
 
I'am not exactly sure what you mean by Geometry File, but you can create
a .stl or .obj file of the geometry you created/read using vtkSTLwriter
and vtkOBJwriter. vtkPolyDataWriter writes your vtkPolyData(your
geometry, points and cell array) into a .vtk file which can then be read
in again using vtkPolyDataReader.
 
Murali.
 
 
 


 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20040218/42fb9daf/attachment.htm>


More information about the vtkusers mailing list