ParaViewWeb misc JavaScript script: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with ' === PWApp using manta renderering === For wireframe representation use solid color and rise the line width paraview.GetDisplayProperties({proxy: pipeline.dataset}).setLineWi…')
 
Line 1: Line 1:
[[ParaViewWeb]]
----


=== PWApp using manta renderering ===
=== PWApp using manta renderering ===

Revision as of 21:25, 26 May 2010

ParaViewWeb


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)