X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2F3D_viewer%2FA6.py;h=ff50c0c5283e43227b636cc7daba6c43b9bf7288;hb=15f57fb7a3bc930e468e7d0e268449c6f321ecac;hp=1aec3631aa09a6d13055e7b592dc7975ed982371;hpb=1281fe8287ee5f352ab9ad6ff7de1be3d8c54ed2;p=modules%2Fparavis.git diff --git a/test/VisuPrs/3D_viewer/A6.py b/test/VisuPrs/3D_viewer/A6.py index 1aec3631..ff50c0c5 100644 --- a/test/VisuPrs/3D_viewer/A6.py +++ b/test/VisuPrs/3D_viewer/A6.py @@ -1,9 +1,9 @@ -# Copyright (C) 2010-2013 CEA/DEN, EDF R&D +# Copyright (C) 2010-2014 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -25,7 +25,7 @@ from paravistest import * from presentations import * from pvsimple import * import sys -import paravis +import pvserver as paravis import time # Directory for saving snapshots @@ -48,7 +48,7 @@ print " --------------------------------- " print "file ", file_name print " --------------------------------- " -my_paravis.ImportFile(file_name) +OpenDataFile(file_name) proxy = GetActiveSource() if proxy is None: raise RuntimeError("Error: can't import file.") @@ -58,7 +58,7 @@ else: represents = [RepresentationType.POINTS, RepresentationType.WIREFRAME, RepresentationType.SURFACE, RepresentationType.VOLUME] shrinks = [0, 1] -shadings = [0, 1] +shadings = ["Flat", "Gouraud"] opacities = [1.0, 0.5, 0.0] linewidths = [1.0, 3.0, 10.0] compare_prec = 0.00001 @@ -106,7 +106,7 @@ for reprCode in represents: for sha in shadings: setShaded(my_view, sha) - call_and_check(shape_to_show, "Shading", sha, 1) + call_and_check(shape_to_show, "Interpolation", sha, 1) Render(my_view) for opa in opacities: