<div dir="ltr"><div>Hi All,</div><div>I'm using vtkExtractGeometry on a large ensight dataset (vtkUnstructuredGrid - 60 million cells, approximately). </div><div> </div><div>ExtractData=vtk.vtkExtractGeometry()</div><div>
ExtractData.SetInput(MultiBlock.GetOutput().GetBlock(0))</div><div>ExtractData.SetImplicitFunction(ClipBox)</div><div>ExtractData.ExtractInsideOn()</div><div>ExtractData.ExtractBoundaryCellsOn()</div><div>ExtractData.Update()</div>
<div> </div><div>ClipBox is an instance of vtk.vtkBox()</div><div> </div><div>On small datasets it works fine, however on large datasets I seem to get Bands of cells missing internally in the dataset. (seen by by saving the volume, opening in paraview, and taking a slice).</div>
<div> </div><div>If i take a slice of the raw dataset (i.e. the vtkUnstructuredGrid) before passing to vtkExtractGeometry - I have no internal cells missing</div><div> </div><div>If i take a slice in vtk, I get a repeatable Bad Alloc error.</div>
<div> </div><div>Anyone else had simillar problems to this? Or Know a work around?</div><div> </div><div>Cheers,</div><div>Laurence.</div></div>