ParaView/PythonRecipes/HighlighThickness
From KitwarePublic
< ParaView | PythonRecipes
Jump to navigationJump to search
Revision as of 23:46, 15 June 2011 by Daviddoria (talk | contribs) (moved Change the thickness of cell edge highlighting (the pink lines) to ParaView/PythonRecipes/HighlighThickness)
<source lang="python"> dp = GetDisplayProperties(FindSource("Sphere1")) # note there must be a space around the '=' dp.SelectionLineWidth = 5 </source>