Hello

I want to change the representation to volume using python

this is my script

from paraview import servermanager
servermanager.Connect()
from paraview.simple import*

reader = servermanager.sources.XdmfReader(FileName =
"/.................../HCOOnly.xmf")
reader.UpdatePipeline()

pointData = servermanager.filters.CellDataToPointData(Input=reader)
pointData.UpdatePipeline()


view = servermanager.CreateRenderView()
Show(pointData, view)
Render(view)

I want to perform the volume representation on pointData


Hope someone can help


thanks

-- 

------------------------------
This message and its contents, including attachments are intended solely 
for the original recipient. If you are not the intended recipient or have 
received this message in error, please notify me immediately and delete 
this message from your computer system. Any unauthorized use or 
distribution is prohibited. Please consider the environment before printing 
this email.
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to