ParaView/Python/Loading and saving state: Revision history

From KitwarePublic
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 October 2018

2 March 2016

5 January 2011

22 May 2009

  • curprev 20:5120:51, 22 May 2009Berk talk contribs 824 bytes +824 New page: == Loading state == <source lang="python"> >>> from paraview.simple import * # Load the state >>> servermanager.LoadState("/Users/berk/myteststate.pvsm") # Make sure that the view in the ...