[vtkusers] Re: Reading IGES files in VTK
Goodwin Lawlor
goodwin.lawlor at ucd.ie
Mon Jan 16 12:05:08 EST 2006
Volker Holzbach wrote:
> Hi,
>
> I´m trying to read IGES-files into my VTK-View. I already tried the way
> through OpenCascade but, this some times doesn´t work
> and corrupt some 3d information.
> Is there a way to directly read an IGES-file to VTK without using any
> additional librarys or tools?
>
> kind regard
>
> Volker Holzbach
Hi Volker,
This has come up before on the list (
http://public.kitware.com/pipermail/vtkusers/2004-November/077525.html ).
IGES is typical used by CAD applications (with different primitives to
VTK) so there is a translation problem along with the format reading
problem.
You could try using AutoDesk's "Mechanical Desktop" to import an IGES
file and export a STL file. Unfortunately, vtkSTLReader only reads
triangles and triangle strips though, so polylines and the like will be
lost.
hth
Goodwin
More information about the vtkusers
mailing list