[vtkusers] L-system, hexa and tetrahedrons
Mathieu Malaterre
mathieu.malaterre at kitware.com
Mon Apr 5 11:35:55 EDT 2004
Pedro Filipe Monteiro MendonÄa wrote:
> I'm new to vtk and for the moment I have 3 goals:
> 1)Construct a simple L-system(2D or 3D);
Are you talking about Lindenmayer system ? If so there is nothing in VTK
that does this.
> 2)Construct the sierpinki tetrahedron;
I guess you meant Sierpinski. Again this is more of an algorithm than a
visualisation process. You won't find it in VTK.
> 3)Construct the menger sponge.
Never heard of it before, looks cool though.
The only hint I can give you, is for example that you construct the
menger sponge with a bunch of vtkHexahedron being carefull where you
should not put one. Same thing for tetra use a bunch of vtkTetra to
contruct a vtkUnstructuredGrid
HTH
Mathieu
More information about the vtkusers
mailing list