<div dir="ltr">Hello,
<div><br></div><div>I m searching for the way to update my display (QWidget) when vtkAssembly change (for eg addPart).</div><div><br></div><div>I try : </div><div>myRenderer->addActor(myAssembly); // myAssembly is an empty assembly<br>
</div><div>(.. display the widget, empty at this time ..)</div><div><br></div><div>(.. change assembly content, adding sphere actor like in vtkAssembly example..)</div><div>myAssembly->addPart(sphereActor);<br></div><div>
myAssembly->Modified();</div><div>myRenderWindows->Render();</div><div>myRenderer->Render();</div><div><br></div><div>This does not work, the display is still empty (no assembly part)</div><div><br></div><div>Thanks in advance for the help.</div>
<div><br></div><div>Best regards,</div><div><br></div><div>Nathanaƫl</div><div><br></div></div>