ParaView/PythonRecipes/HighlighThickness

From KitwarePublic
Jump to navigationJump to search

<source lang="python"> dp = GetDisplayProperties(FindSource("Sphere1")) # note there must be a space around the '=' dp.SelectionLineWidth = 5 </source>

Back to ParaView/PythonRecipes.


ParaView: [Welcome | Site Map]