[vtkusers] Just a short question about the non-closing of cut surfaces

Cory Quammen cory.quammen at kitware.com
Wed Aug 3 17:44:23 EDT 2016


How about use vtkCutter with a vtkPlane as the cut function?

See
http://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/VisualizationAlgorithms/Python/ClipCow.py
for an example of it in use.

- Cory

On Wed, Aug 3, 2016 at 5:40 PM, -Daniel- <ich_daniel at habmalnefrage.de>
wrote:

> 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.
> _______________________________________________
> 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 VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>



-- 
Cory Quammen
R&D Engineer
Kitware, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160803/30297c6d/attachment.html>


More information about the vtkusers mailing list