[vtkusers] Re:points shape

Sergios Goudanis sergios at mail.ntua.gr
Fri Feb 6 06:36:10 EST 2004


You could use the vtkGlyph3D filter if i got the 
question right.

glyph->SetInput(Polys);//your dataset

vtkPolyData *shape = vtkPolyData::New();

shape could be the result of a ConeSource, LineSource etc.

glyph->SetSource(shape);
glyph->Update();
and then mapper-actor-ren 


Sergios Goudanis

-----------------
PPC S.A.
Thermal Projects
Eng-Constructions Dept.




More information about the vtkusers mailing list