X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2F3D_viewer%2FA5.py;h=b0b63cf0e2e21de198cf5c94bcd60db5a19364b5;hb=3fbdb519d980fba1f1d941007af8b4046c2a8d5b;hp=7a25d1622da8cc53ef8624c0abc9d45165f38f1d;hpb=c7c9039d845fb2a5e2eb391139af089b4bed26a5;p=modules%2Fparavis.git diff --git a/test/VisuPrs/3D_viewer/A5.py b/test/VisuPrs/3D_viewer/A5.py index 7a25d162..b0b63cf0 100644 --- a/test/VisuPrs/3D_viewer/A5.py +++ b/test/VisuPrs/3D_viewer/A5.py @@ -1,9 +1,9 @@ -# Copyright (C) 2010-2013 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 # 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 @@ -24,19 +24,15 @@ from paravistest import * from presentations import * from pvsimple import * import sys -import paravis import time # Directory for saving snapshots -picturedir = get_picture_dir(sys.argv[1], "3D_viewer/A5") +picturedir = get_picture_dir("3D_viewer/A5") # Add path separator to the end of picture path if necessery if not picturedir.endswith(os.sep): picturedir += os.sep -#import file -myParavis = paravis.myParavis - # Get view my_view = GetRenderView() reset_view(my_view) @@ -47,7 +43,7 @@ print " --------------------------------- " print "file ", file_name print " --------------------------------- " -myParavis.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 @@ -90,8 +86,7 @@ for reprCode in represents: shrink_filter.ShrinkFactor = 0.8 shrink_filter.UpdatePipeline() shrinked_ds = GetRepresentation(shrink_filter) - shrinked_ds.ColorAttributeType = ds.ColorAttributeType - shrinked_ds.ColorArrayName = ds.ColorArrayName + shrinked_ds.ColorArrayName = ds.ColorArrayName[0:2] shrinked_ds.LookupTable = ds.LookupTable ds.Visibility = 0 shrinked_ds.Representation = ds.Representation @@ -105,7 +100,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: