<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-&gt;CubeAxesActor-&gt;GetTitleTextProperty()-&gt;SetColor(1.0, 0.0, 0.0);<br>

</div><div>this-&gt;CubeAxesActor-&gt;GetTitleTextProperty()-&gt;GetColor(); // Print 1.0 0.0 0.0</div><div>this-&gt;CubeAxesActor-&gt;GetTitleTextProperty()-&gt;SetFontFamily(VTK_ARIAL);</div><div>this-&gt;CubeAxesActor-&gt;GetTitleTextProperty()-&gt;GetFontFamily(); // Print VTK_ARIAL</div>

<div><br></div><div style>Thanks in advance.</div><div><div>Seb</div>
</div></div>