[Paraview-developers] Make an actor dragable/movable

Pandu tech pandu4tech at gmail.com
Wed Mar 21 12:03:30 EDT 2012


Hi,

In MyCustomRenderView, I used vtkLegendBoxActor,  to associate a symbol
with a text string.

I added vtkLegendBoxActor to my view like this:

this->GetNonCompositedRenderer()->AddActor(this->LegendBoxActor);

I need to make this actor Dragable/Movable. I tried
this->LegendBoxActor->SetDragable(1); but this is not working.

Could you please suggest how to make my vtkLegendBoxActor movable/dragable??

Thanks for your help in advance.

Regards,
Pandu.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20120321/04c9d686/attachment.htm>


More information about the Paraview-developers mailing list