ParaViewWeb misc JavaScript script

From KitwarePublic
Revision as of 21:22, 26 May 2010 by Sebastien.jourdain (talk | contribs) (Created page with ' === PWApp using manta renderering === For wireframe representation use solid color and rise the line width paraview.GetDisplayProperties({proxy: pipeline.dataset}).setLineWi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

PWApp using manta renderering

For wireframe representation use solid color and rise the line width

 paraview.GetDisplayProperties({proxy: pipeline.dataset}).setLineWidth(200)
 paraview.GetDisplayProperties({proxy: pipeline.iso}).setLineWidth(200)
 paraview.GetDisplayProperties({proxy: pipeline.slice}).setLineWidth(200)
 paraview.GetDisplayProperties({proxy: pipeline.clip}).setLineWidth(200)
 paraview.GetDisplayProperties({proxy: pipeline.stream}).setLineWidth(200)