<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Georgia, sans-serif; ">
<div>
<div>Your mesh looks like it would be an "L" shaped group of hexahedrons. My best advice would be to check out:</div>
<div><a href="http://vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/DataManipulation/Python/BuildUGrid.py">http://vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/DataManipulation/Python/BuildUGrid.py</a></div>
</div>
<div><br>
</div>
<div><u><br>
</u></div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Selcuk ÇALLI <<a href="mailto:selcukcalli@gmail.com">selcukcalli@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Wednesday, September 10, 2014 2:06 AM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>><br>
<span style="font-weight:bold">Subject: </span>[vtkusers] keep points in memory and 3D mesh<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div>I have a simple question/problem. I have a 20 points and I want to mesh using this points.</div>
<div>Question 1) How should keep these points in memory?</div>
<div>Question 2) which filter should I use for mesh?</div>
<div><br>
</div>
<div>Can you write code for it.</div>
<div><br>
</div>
<div><br>
</div>
<div>My points: (x,y,z)</div>
<div>0, 0, 0</div>
<div>1, 0, 0</div>
<div>2, 0, 0</div>
<div>0, 1, 0</div>
<div>1, 1, 0</div>
<div>2, 1, 0</div>
<div>1, 2, 0</div>
<div>2, 2, 0</div>
<div>1, 3, 0</div>
<div>2, 3, 0</div>
<div>0, 0, 1</div>
<div>1, 0, 1</div>
<div>2, 0, 1</div>
<div>0, 1, 1</div>
<div>1, 1, 1</div>
<div>2, 1, 1</div>
<div>1, 2, 1</div>
<div>2, 2, 1</div>
<div>1, 3, 1</div>
<div>2, 3, 1</div>
<div><br>
</div>
</div>
</div>
</div>
</span>
</body>
</html>