[vtkusers] How to disable point merging in vtkClipDataSet

Maciej Majchrzak maciejm at dot3d.pl
Fri Apr 25 05:05:05 EDT 2014


That did the trick, thanks!

----- Oryginalna wiadomość -----
Od: "Bill Lorensen" <bill.lorensen at gmail.com>
Do: "Maciej Majchrzak" <maciejm at dot3d.pl>
DW: "VTK Users" <vtkusers at vtk.org>
Wysłane: piątek, 11 kwiecień 2014 17:16:55
Temat: Re: [vtkusers] How to disable point merging in vtkClipDataSet

Set the locator for the ClipDataSet to an instance of a
vtkNonMergingPointLocator.


On Fri, Apr 11, 2014 at 4:45 AM, Maciej Majchrzak <maciejm at dot3d.pl> wrote:
> Hello,
>
> I'm using VTK to visualize results of simple structural analysis.
> In my python script I'm using vtkClipDataSet and vtkWarpVector to clip and deform geometry (duh).
> My problem is that if there are coincident points in mesh vtkClipDataSet will merge them,
> which in turn will mess up deformed geometry display.
>
> Is it possible to disable point merging in vtkClipDataSet?
>
> Best regards,
> Tim.
>
> ----- Oryginalna wiadomość -----
> Od: "Maciej Majchrzak" <maciejm at dot3d.pl>
> Do: vtkusers at vtk.org
> Wysłane: wtorek, 18 luty 2014 14:07:47
> Temat: [vtkusers] How to disable point merging in vtkClipDataSet
>
> Hello,
>
> I'm using VTK to visualize results of simple structural analysis.
> In my python script I'm using vtkClipDataSet and vtkWarpVector to clip and deform geometry (duh).
> My problem is that if there are coincident points in mesh vtkClipDataSet will merge them,
> which in turn will mess up deformed geometry display.
>
> Is it possible to disable point merging in vtkClipDataSet?
>
> Best regards,
> Tim.
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the vtkusers mailing list