[vtkusers] Trying to define a closed Object

David Gobbi david.gobbi at gmail.com
Thu Jun 12 19:25:27 EDT 2014


On Thu, Jun 12, 2014 at 5:08 PM, MarkSchumacher <9mws at queensu.ca> wrote:
> I'm currently using slicer, which is using an older version of vtk. vtk 5.10
> .
> http://www.vtk.org/doc/release/5.10/html/classes.html. I dont think I have
> access to the triangular unfortunately. Is there any other object that might
> help ?

The class vtkClipClosedSurface is also able to close polygons, but I'm
not sure if it's applicable to your problem.  It does clipping + closing,
but you need cutting + closing.  In any case, here is a description:
http://www.vtk.org/Wiki/index.php?title=VTK/Closed_Surface_Clipping

 - David


More information about the vtkusers mailing list