[Paraview] Bug in ExtractBlock?

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Nov 8 07:15:21 EST 2011


Nope, that's expected behavior. ExtractBlock will always still produce
a multi-block dataset. Without going too much into details, the
requirements of VTK pipeline make it tricky to write a filter that
produces a structured data-set from by extracting a block from a input
composite dataset.

On Mon, Nov 7, 2011 at 6:38 AM, Fred Fred <stan1313 at hotmail.fr> wrote:
> Hello,
> I have a dataset that is actually a multi-block with just a single
> curvilinear block and I would like to convert it in a simple curvilinear
> dataset. I expected that ExtractBlock would make the job, since it is
> supposed to delete the umbrella structure when just a single block remains
> and the Prune Output option is selected, which is teh default BTW.
> But the output is exactly the same as the input.
> Bug of the ExtractBlock implementation?
> Configuration: ParaView-3.10.1 64 bits Mac OsX Snow Leopard
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list