[vtkusers] keep points in memory and 3D mesh

Selcuk ÇALLI selcukcalli at gmail.com
Wed Sep 10 05:06:23 EDT 2014


I have a simple question/problem. I have a 20 points and I want to mesh
using this points.
Question 1) How should keep these points in memory?
Question 2) which filter should I use for mesh?

Can you write code for it.


My points: (x,y,z)
0, 0, 0
1, 0, 0
2, 0, 0
0, 1, 0
1, 1, 0
2, 1, 0
1, 2, 0
2, 2, 0
1, 3, 0
2, 3, 0
0, 0, 1
1, 0, 1
2, 0, 1
0, 1, 1
1, 1, 1
2, 1, 1
1, 2, 1
2, 2, 1
1, 3, 1
2, 3, 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20140910/a621d928/attachment.html>


More information about the vtkusers mailing list