<div dir="ltr">Hi,<div><br></div><div>I have been trying to change the properties (color and font) of the title axes for a vtkCubeAxesRepresentation using the setter functions.</div><div><br></div><div>But, nothing changed in the representation. However, when I call the getter functions, the changes have been made.</div>
<div><br></div><div style>Is there some kind of an update function, or a modified one that I need to call?</div><div style><br></div><div style>Here is the piece of code I use:</div><div style>this->CubeAxesActor->GetTitleTextProperty()->SetColor(1.0, 0.0, 0.0);<br>
</div><div>this->CubeAxesActor->GetTitleTextProperty()->GetColor(); // Print 1.0 0.0 0.0</div><div>this->CubeAxesActor->GetTitleTextProperty()->SetFontFamily(VTK_ARIAL);</div><div>this->CubeAxesActor->GetTitleTextProperty()->GetFontFamily(); // Print VTK_ARIAL</div>
<div><br></div><div style>Thanks in advance.</div><div><div>Seb</div>
</div></div>