<div>Hi all,</div>
<div> </div>
<div>Following a previous email, the CreateRepresenation(view, textsource) command does not seem to work for me in python.</div>
<div> </div>
<div>The following though works :</div>
<div> </div>
<div>legend = servermanager.sources.TextSource(registrationGroup='sources',registationName='legend')</div>
<div>legend.Text = "BLABLA BLA"</div>
<div> </div>
<div>legendrep = servermanager.rendering.TextSourceRepresentation()</div>
<div>legendrep.Input = legend</div>
<div> </div>
<div>legendrep.UpdateVTKObjects()</div>
<div> </div>
<div>view.Representations.append(legendrep)</div>
<div> </div>
<div> </div>
<div>Any explanations ? </div>
<div> </div>