X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2F3D_viewer%2FA1.py;h=57db26486c63d3d476240987e4ef422b4a5756f9;hb=3fbdb519d980fba1f1d941007af8b4046c2a8d5b;hp=a142e790f4de1472077ae9df9e0da56d295b5df3;hpb=4b015556d5938cc157ae97bdc018d08367c0729a;p=modules%2Fparavis.git diff --git a/test/VisuPrs/3D_viewer/A1.py b/test/VisuPrs/3D_viewer/A1.py index a142e790..57db2648 100644 --- a/test/VisuPrs/3D_viewer/A1.py +++ b/test/VisuPrs/3D_viewer/A1.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2014 CEA/DEN, EDF R&D +# Copyright (C) 2010-2015 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 @@ -24,7 +24,6 @@ from paravistest import * from presentations import * from pvsimple import * import sys -import paravis import time # Directory for saving snapshots @@ -34,9 +33,6 @@ picturedir = get_picture_dir("3D_viewer/A1") if not picturedir.endswith(os.sep): picturedir += os.sep -#import file -my_paravis = paravis.myParavis - # Get view my_view = GetRenderView() reset_view(my_view) @@ -47,7 +43,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.") @@ -57,7 +53,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 @@ -67,8 +63,8 @@ field_name = 'VITESSE' # Get view my_view = GetRenderView() -print "\nCreating plot3d.......", -plot3d = Plot3DOnField(proxy, EntityType.CELL, field_name, 1) +print "\nCreating plot3d......." +plot3d = Plot3DOnField(proxy, EntityType.NODE, field_name, 1) if plot3d is None: raise RuntimeError("Error!!! Presentation wasn't created...") @@ -90,7 +86,7 @@ for reprCode in represents: for sha in shadings: setShaded(my_view, sha) - call_and_check(plot3d, "Shading", sha, 1) + call_and_check(plot3d, "Interpolation", sha, 1) Render(my_view) for opa in opacities: