[vtkusers] How to change the vtkActor property after rendering

Francois Louis LAILLIER flaillier at eldim.fr
Tue Apr 3 02:48:02 EDT 2007


Hi, to visualize your property changing, you must render the volume with
new property.

I use lot of changing property.

You attach to the interaction few commands to render your volume.

Interactor Right_click()

Render.removeactor Volume
Property changing
Volume.setproperty Property
Urender.addactor
Urenwin.render



-----Original Message-----
From: vtkusers-bounces+flaillier=eldim.fr at vtk.org
[mailto:vtkusers-bounces+flaillier=eldim.fr at vtk.org] On Behalf Of
Syn3DDM
Sent: mardi 3 avril 2007 01:22
To: vtkusers at vtk.org
Subject: [vtkusers] How to change the vtkActor property after rendering


Hi
I want to change the property of my actor for exemple from
Surfacerepresentation to PointsRepresentation after rendering.
Please help me!
thanks
-- 
View this message in context:
http://www.nabble.com/How-to-change-the-vtkActor-property-after-renderin
g-tf3508878.html#a9800935
Sent from the VTK - Users mailing list archive at Nabble.com.

_______________________________________________
This is the private VTK discussion list. 
Please keep messages on-topic. Check the FAQ at:
http://www.vtk.org/Wiki/VTK_FAQ
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers



More information about the vtkusers mailing list