[vtkusers] vtkGlyph3D not updating?

Frank Conradie frank at qfin.net
Sat Sep 18 14:49:33 EDT 2004


Got it working at last! I noticed that the modified time of the vtkGlyph3D
was staying constant, so I just inserted a call to .Modified() before my
.Update().

Is this standard behaviour for vtkGlyph3D?

Frank

----- Original Message -----
From: "Frank Conradie" <frank at qfin.net>
To: "vtkusers" <vtkusers at www.vtk.org>
Cc: "tom fogal" <tfogal at apollo.sr.unh.edu>
Sent: Friday, September 17, 2004 2:19 PM
Subject: Re: [vtkusers] vtkGlyph3D not updating?


> Tom,
>
> Yes, I tried that, and I even tried calling update on everything in the
> chain (polydatas, etc.), to no avail. I'm using Python by the way, if that
> helps.
>
> Frank
>
> ----- Original Message -----
> From: "tom fogal" <tfogal at apollo.sr.unh.edu>
> To: <vtkusers at vtk.org>
> Sent: Friday, September 17, 2004 1:58 PM
> Subject: Re: [vtkusers] vtkGlyph3D not updating?
>
>
> > Have you tried calling Update() on the Glyph3Ds after modifying the
> > source data/input points? I am guessing that will do what you want.
> >
> > -tom
> >
> >  <089c01c49cf8$7e7b78a0$6401a8c0 at brick>"Frank Conradie" writes:
> > >Hi there
> > >
> > >I'm using vtkGlyph3D to display a number of identical polydatas. This
> works
> > >great when I initially create the whole filter chain and render it, but
> when
> > >I modify either the source polydata or the input points polydata, the
> glyphs
> > >are not updated.
> > >
> > >Is this standard behaviour for vtkGlyph3D, or am I missing something?
> > >
> > >Thanks,
> > >Frank Conradie
> > >
> > >_______________________________________________
> > >This is the private VTK discussion list.
> > >Please keep messages on-topic. Check the FAQ at:
> <http://public.kitware.com/cgi-bin/vtkfaq>
> > >Follow this link to subscribe/unsubscribe:
> > >http://www.vtk.org/mailman/listinfo/vtkusers
> > _______________________________________________
> > This is the private VTK discussion list.
> > Please keep messages on-topic. Check the FAQ at:
> <http://public.kitware.com/cgi-bin/vtkfaq>
> > Follow this link to subscribe/unsubscribe:
> > http://www.vtk.org/mailman/listinfo/vtkusers
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers




More information about the vtkusers mailing list