Tetrahedralize reduces input cells to simplices. Voxels to tets, quads to tris, points are already simplices so it won't change your point cloud at all.
I think what you want instead is: Delauney 3D -> Extract Edges. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Tue, Jun 19, 2012 at 7:11 AM, Gregory Lewis-Paley <[email protected]> wrote: > Hey again, > > Using a bunch of points from a csv, I'm trying to generate an image that's > like a Delaunay Triangulation but also includes the interior links, much > like what I picture a tetrahedralization would look like. > > Problem is, the tetrahedralization doesn't seem to work on plain points. Am > I misunderstanding the use and application of this tool? > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
