Re: [vmtk-users] vtkvmtkPolyDataScissors doesn't cut my polydata

2013-01-04 Thread Luca Antiga
Dear Miguel, vtkvmtkPolyDataScissors class is meant to produce cuts on the surface, i.e. to create a crease along the specified line and topologically detach the two sides of the crease. It won't detach any portion of the surface and, as a matter of facts, it won't always produce a cut that separ

[vmtk-users] vtkvmtkPolyDataScissors doesn't cut my polydata

2012-12-21 Thread Miguel Sotaquira
Hi Luca, I'm trying to cut an open triangulated surface (polydata) using the wrapped version of vtkvmtkPolyDataScissors. I've managed to correctly create the 'CutLine' polydata (with the corresponding points, cells and idArray in the correct polydata locations where I want to perform the cutting).