[vtkusers] Change the center of vtkArrowSource

Bharati bharati at sungrace.com
Mon Nov 28 07:51:07 EST 2005


Hello,
 
I am using 
      vtkGlyph3D* glyph3DPtr_;
 
to which I am attaching either of following depending on user's choice
with glyph3DPtr_-> SetSource
 
      vtkGlyphSource2D* glyphSource2DPtr_;
      vtkArrowSource* arrowSourcePtr_;
      vtkConeSource* coneSourcePtr_;
 
When I want to set the center of vtkConeSource or vtkGlyphSource2D, I
can use SetCenter method. Is any similar method available for
vtkArrowSource?
 
 
With regards,
Bharati Page.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20051128/8e91cb6c/attachment.htm>


More information about the vtkusers mailing list