Not currently. The glyph filter always produces polydata i.e. surface
elements. You can use "Glyph with Custom Source" to select arbitrary
polydata to use for glyphs, but that has to be polydata.
Utkarsh
On Tue, Dec 4, 2012 at 8:03 AM, nsk nsk wrote:
> Hi,
>
> A really simple question: is there
Hi,
A really simple question: is there a way to produce volumetric glyphs (i.e
glyph that can be clipped)?
Cheers,
Nick
___
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Pleas
From: Utkarsh Ayachit
To: Pawel Krupinski
Cc: paraview@paraview.org
Sent: Wed, July 7, 2010 5:44:01 PM
Subject: Re: [Paraview] volumetric glyph
I want to clip the glyph, that is to use the pipeline 2. Clipping the data is
an
alternative, but then I want to
We are also having this issue. It happens when you use pipeline 2, i.e.
make a point source, then apply a glyph (e.g. a box). Then get a clip
(or a slice, for that matter), which shows that the box is actually
nothing more than an empty shell. We cannot clip before applying the
glyph, unfortuna
Are you clipping the original dataset and then applying glyph or are
you clipping the result of the glyph filter?
In other words which of the following two pipelines describes your case:
1> DataSource -> Clip -> Glyph
2> DataSource - >Glpyh -> Clip
Utkarsh
On Wed, Jul 7, 2010 at 11:30 AM, Pawel
Hi,
I have some particle data (points with other data) to which I can attach
different glyphs.That works fine except of when I make a clip of it. The glyphs
are limited to polyData so they display only surface, which is problematic for
me since I would like the clipped surface to be solid.
Th