[vtkusers] keep points in memory and 3D mesh

Meehan, Bernard MEEHANBT at nv.doe.gov
Wed Sep 10 11:17:35 EDT 2014


Your mesh looks like it would be an "L" shaped group of hexahedrons. My best advice would be to check out:
http://vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/DataManipulation/Python/BuildUGrid.py



From: Selcuk ÇALLI <selcukcalli at gmail.com<mailto:selcukcalli at gmail.com>>
Date: Wednesday, September 10, 2014 2:06 AM
To: "vtkusers at vtk.org<mailto:vtkusers at vtk.org>" <vtkusers at vtk.org<mailto:vtkusers at vtk.org>>
Subject: [vtkusers] keep points in memory and 3D mesh

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/5e71f4e6/attachment.html>


More information about the vtkusers mailing list