[vtkusers] Re: Extract vertices from polydata
John Platt
jcplatt at dsl.pipex.com
Tue Jan 22 05:37:24 EST 2008
Hi Goodwin,
Thanks for your idea. The polydata contains both lines and vertices. I
would like to extract the vertices for glyphing. I had a look at
vtkMaskPolyData but it appears you can't select a cell type. For VTK 4.4
I wrote a filter vtkProgrammableExtractCells to do this but in moving up
to 5 I'm trying to avoid the 'specials'.
Thanks again for your interest.
John.
-----Original Message-----
From: vtkusers-bounces+jcplatt=dsl.pipex.com at vtk.org
[mailto:vtkusers-bounces+jcplatt=dsl.pipex.com at vtk.org] On Behalf Of
Goodwin Lawlor
Sent: 22 January 2008 00:35
To: vtkusers at public.kitware.com
Subject: [vtkusers] Re: Extract vertices from polydata
John Platt wrote:
> Hi,
>
> Is there a filter to extract all the vertices (or other cell type)
from
> vtkPolyData without resorting to Id lists or scalar data?
Hi John,
Have a look at vtkMaskPoints and its GenerateVerticesOn method. Set the
OnRatio var to 1...
hth
Goodwin
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the 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