ParaView/Python/Convert PLY to VTP: 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.

5 January 2011

29 September 2009

22 May 2009

  • curprev 20:5020:50, 22 May 2009Berk talk contribs 229 bytes +229 New page: <source lang="python"> #!/usr/bin/pvpython from paraview.simple import * #read ply reader = PLYReader(FileName="input.ply") #write vtp writer = XMLPolyDataWriter(reader, FileName="outpu...