Re: [Paraview] Hide Cells/Points

2009-11-20 Thread David E DeMarle
On Mon, Oct 26, 2009 at 12:07 PM, Rafael March rafaelmar...@yahoo.comwrote: Hi, I'm programming a plugin for ParaView, whose purpose is to be a pre-processor for a finite element simulator. It is all based in selecting nodes or elements, and defining some regions - based on these - so that

[Paraview] Hide Cells/Points

2009-11-05 Thread mkenn...@aquaveo.com
Regarding hiding cells/nodes, in vtkStructuredGrid there is "BlankCell" and "UnBlankCell", "BlankPoint" and "UnBlankPoint". I don't know if you can access that functionality from within ParaView given a selection, and I don't see "blanking" in vtkUnstructuredGrid. -Michael Rafael March

[Paraview] Hide Cells/Points

2009-10-26 Thread Rafael March
Hi, I'm programming a plugin for ParaView, whose purpose is to be a pre-processor for a finite element simulator. It is all based in selecting nodes or elements, and defining some regions - based on these - so that one can attribute boundary conditions to them. The main challenge seems to