ParaView/PythonRecipes/GettingHelp
From KitwarePublic
< ParaView | PythonRecipes
Jump to navigationJump to search
Revision as of 23:44, 15 June 2011 by Daviddoria (talk | contribs) (Created page with "Any time you have an object, you can use help(object) e.g. dp = GetDisplayProperties(FindSource("Sphere1")) help(dp)")
Any time you have an object, you can use help(object)
e.g. dp = GetDisplayProperties(FindSource("Sphere1")) help(dp)