[vtkusers] importing a 3ds-scene

Malcolm Drummond malcolm at geovision.co.za
Wed Mar 17 06:40:31 EST 2004


Hi Steffen

I haven't used this class but it looks like "GeneratePolyData(argument)" is
protected and only available to the importer internally. 3DS.h contains
definitions of vtk3DSMesh, there's a list of these which you can access
through the public attribute "MeshList". I think the data you want will be
in the "aPolyData" member of each vtk3DSMesh. I'd have a look at the source
code of vtk3DSImporter, also 3DS.h

HTH
Malcolm


----- Original Message -----
From: "Steffen Oeltze" <stoeltze at isg.cs.uni-magdeburg.de>
To: "vtkusers" <vtkusers at vtk.org>
Sent: Wednesday, March 17, 2004 11:57 AM
Subject: [vtkusers] importing a 3ds-scene


> Dear VTK-Users,
>
> I would like to import a 3ds-data file and access the data afterwards.
> Importing works with the "vtk3DSImporter".
> The method "GeneratePolyData(argument)" seems to be what I need.
> However, I don't know which argument to pass.
> Is there anybody who can help me ?
>
> Thanks in advance,
> Steffen Oeltze
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>




More information about the vtkusers mailing list