[vtkusers] Obtain Points from Polydata

Matias Montroull matimontg at gmail.com
Wed Jan 15 12:48:30 EST 2014


Yes, Cells.. I will take a look at those, thanks!


On Wed, Jan 15, 2014 at 2:37 PM, lgriffiths <lgriffiths.aero at gmail.com>wrote:

> By triangles I assume you mean the cells? You can use GetCell
>
> Take a look at GetPointCells and GetCellPoints, these will return The cells
> conntect to a point, or Points connected to a cell
>
> Remember to use polydata.BuildCells() or polydata.BuildLinks()
>
> Take a look here also if you want to loop over the connectivity:
>
> http://vtk.1045678.n5.nabble.com/Neighbours-of-a-point-in-a-mesh-td1236245.html#a1236246
>
>
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/Obtain-Points-from-Polydata-tp5725372p5725414.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
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140115/ad85cc3a/attachment.html>


More information about the vtkusers mailing list