[vtkusers] vtkAxes

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Wed May 29 13:34:12 EDT 2002


>>>>> "MH" == M Hardikar <M.Hardikar at asu.edu> writes:

    MH> Hi there, I am using following code to display X,Y,Z axes:

    MH> Does anybody know how to increase the thickness for the axes
    MH> and change the color too?

You can use actorAxes->GetProperty()->SetLineWidth(2) to simply
increase the linewidth or better use a vtkTubeFilter with a suitable
radius and number of sides.  I'm not exactly sure of a great way to
change the axes color.

prabhu



More information about the vtkusers mailing list