[vtkusers] Just a short question about the non-closing of cut surfaces
-Daniel-
ich_daniel at habmalnefrage.de
Wed Aug 3 17:40:56 EDT 2016
Hi David,
thanks for your fast reply, but I would just like on the intersection
between Plane and Polydata no polygons.
With GenerateFacesOff() the output will have all without polys.
vtkClipClosedSurface clip = new vtkClipClosedSurface();
clip.SetClippingPlanes(planeCollection);
clip.GenerateOutlineOn();
clip.AddInputData(polydata);
// clip.GenerateFacesOff();
Other suggestion?
--
View this message in context: http://vtk.1045678.n5.nabble.com/Just-a-short-question-about-the-non-closing-of-cut-surfaces-tp5739477p5739496.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list