<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I uses vtkMarchingCubes on a 195x281x200 voxels 
unsigned char binary dataset (vtkImageData).</FONT></DIV>
<DIV><FONT face=Arial size=2>The structure inside is rather complex (mouse 
skull) and lead to 889476 cells with approx 400000 points.</FONT></DIV>
<DIV><FONT face=Arial size=2>The problem is that the 25 last planes in the Z 
direction are not considered by the marching cubes</FONT></DIV>
<DIV><FONT face=Arial size=2>and the resulting polydata is 
truncated.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Does anybody know some limitations (memory, number 
of cells,...) in vtkMarchingCubes ?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I tried vtkMarchingCubes with a simple volume 
(200x300x200) generated with vtkImageEllipsoidSource</FONT></DIV>
<DIV><FONT face=Arial size=2>ans the polydata was ok.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks for answers</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Chris</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>