<div dir="ltr"><div><div>The ensight reader create multiblock (composite) data object, if you want to extract one block from it, just use the vtkMultiBlockDataSet::GetBlock() function. I can't name a filter (don't think it exists) that would extract a dataset from a multiblock dataobject - the vtkExtractBlock actually generates a multiblock even if a single block is selected.<br><br></div>Regarding the geometry, I don't understand what you intend to do: you have an unstructured (or a set of inside a multiblock) data object and you would like to transform it to a polydata mesh? What for? The geometry filter extracts the external boundary surfaces (polygons) of a mesh and generate a mesh that can be rendered with OpenGL (ie a Polydata) as it is useless (and too costly) to render all internal faces of the model. Again, the unstructured grid describes cell types (3d cells, 2d quadratic cells etc.) that cannot be described in a vtkPolyData dataset.<br></div><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><b>Joachim Pouderoux</b><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font size="1"><i>PhD, Technical Expert</i></font><br><b><font size="1"><a href="http://www.kitware.fr" target="_blank">Kitware SAS</a></font></b><br></blockquote>
</div></div></div>
<br><div class="gmail_quote">2015-06-23 10:05 GMT+02:00 madz <span dir="ltr"><<a href="mailto:madaramh@gmail.com" target="_blank">madaramh@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you for the reply. That seems to be the case. Then how do I get the<br>
output (all points, not just surface) to a single polydata?<br>
I cannot call,<br>
<br>
vtkSmartPointer<vtkPolyData> polydata = reader->GetOutput();<br>
<br>
because that will give a multiblock. I tried the vtkGeometryFilter but it<br>
doesn't seem to work.<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Bug-in-vtk-6-0-vtkGenericEnSightReader-tp5732470p5732491.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/Bug-in-vtk-6-0-vtkGenericEnSightReader-tp5732470p5732491.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the VTK - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
<br>
</div></div></blockquote></div><br></div>