X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2F3D_viewer%2FA7.py;h=4e37a3b72395ab163da15a540d84621c4c0db5e0;hb=15f57fb7a3bc930e468e7d0e268449c6f321ecac;hp=5a23fe42c8b4f7927d4f6f15c91a0d885d9e56ab;hpb=866822387420d8da61654fcabf49a9e51308c507;p=modules%2Fparavis.git diff --git a/test/VisuPrs/3D_viewer/A7.py b/test/VisuPrs/3D_viewer/A7.py index 5a23fe42..4e37a3b7 100644 --- a/test/VisuPrs/3D_viewer/A7.py +++ b/test/VisuPrs/3D_viewer/A7.py @@ -24,7 +24,7 @@ from paravistest import * from presentations import * from pvsimple import * import sys -import paravis +import pvserver as paravis import time # Directory for saving snapshots @@ -46,7 +46,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.") @@ -56,12 +56,12 @@ 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 -field_name = 'scalar_field' +field_name = 'scalar field' print "\nCreating cut planes.......", cut_planes = CutPlanesOnField(proxy, EntityType.CELL, field_name, 1, @@ -87,7 +87,7 @@ for reprCode in represents: for sha in shadings: setShaded(my_view, sha) - call_and_check(cut_planes, "Shading", sha, 1) + call_and_check(cut_planes, "Interpolation", sha, 1) Render(my_view) for opa in opacities: