[vtkusers] Re: Extrude a 3D object along 3D path ?

Goodwin Lawlor goodwin.lawlor at ucd.ie
Wed Nov 2 15:23:52 EST 2005


Jean-Marie Normand wrote:
> Hi,
> I'd like to know whether it's possible in VTK to extrude a 3D-object
> (let's say a vtkPolyData) along a given 3D path for example to create a
> volume simulating the displacement of an object in the space.
> 
> I haven't found any vtk classes that seems to do the trick but I may be
> wrong.
> Any help would be greatly appreciated, thanks in advance.
> 
> 
> Jim.
> 
> 
> _______________________________________________
> This is the private VTK discussion list. 
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
> 
Hi Jim,

There was a patented class in vtk 4.x called vtkSweptSurface to do this. 
  You may be able to use vtkLinearExtrusionFilter (recursively or 
several filter in series) to achieve the same effect - it isn't patented.

hth

Goodwin




More information about the vtkusers mailing list