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