[vtkusers] Filter to split surface with geometric parameters (angle)

Bill Lorensen bill.lorensen at gmail.com
Mon Feb 1 11:13:33 EST 2010


You could first run vtkPolyDataNormals, specify a FeatureAngle and
turn SplittingOn.

Then run connectivity.


On Mon, Feb 1, 2010 at 10:10 AM, Olivier Feys <pytkvtk at gmail.com> wrote:
>
> hi there,
>
> Is there a filter like vtkConnectivityFilter, that consider the angles
> between cells to create regions ?
> If not, how can I, without looping over all cells, get the region (cells
> that are connected to each other considering a maximum angle) for a picked
> cell ?
>
> Olivier
>
> _______________________________________________
> 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
>
>



More information about the vtkusers mailing list