X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2Fbugs%2FD3.py;h=1b5e33bb6ef914ca0ceafb837cd8fc9cac475ff8;hb=5dd1972b4751c6af8177a53f6dcc5f927aa2f40c;hp=598efa02e0651b4edf0aed9a04814ef9393664d4;hpb=f284847a1f9ec2519639285396adf10a84903eea;p=modules%2Fparavis.git diff --git a/test/VisuPrs/bugs/D3.py b/test/VisuPrs/bugs/D3.py index 598efa02..1b5e33bb 100644 --- a/test/VisuPrs/bugs/D3.py +++ b/test/VisuPrs/bugs/D3.py @@ -36,7 +36,7 @@ if med_reader is None: view = pvsimple.GetRenderView() # Creation of colored "DeformedShape" presentations, based on time stamps of "RESU_DEPL" field -presentation = DeformedShapeOnField(med_reader, EntityType.NODE, 'RESU_DEPL', 1, is_colored=True) +presentation = DeformedShapeOnField(med_reader, EntityType.NODE, 'RESU____DEPL____________________', 1, is_colored=True) if presentation is None : raise RuntimeError, "DeformedShapeOnField Presentation is None!!!" @@ -44,7 +44,7 @@ display_only(presentation, view) reset_view(view) # Creation of colored "Vectors" presentations, based on time stamps of "RESU_DEPL" field -presentation = VectorsOnField(med_reader, EntityType.NODE, 'RESU_DEPL', 1, is_colored=True) +presentation = VectorsOnField(med_reader, EntityType.NODE, 'RESU____DEPL____________________', 1, is_colored=True) if presentation is None : raise RuntimeError, "Vectors Presentation is None!!!" @@ -52,7 +52,7 @@ display_only(presentation, view) reset_view(view) # Creation of colored "DeformedShapeAndScalarMap" presentations, based on time stamps of "RESU_DEPL" field -presentation = DeformedShapeAndScalarMapOnField(med_reader, EntityType.NODE, 'RESU_DEPL', 1) +presentation = DeformedShapeAndScalarMapOnField(med_reader, EntityType.NODE, 'RESU____DEPL____________________', 1) if presentation is None : raise RuntimeError, "DeformedShapeAndScalarMap Presentation is None!!!" @@ -60,7 +60,7 @@ display_only(presentation, view) reset_view(view) # Creation of colored "CutPlanes" presentations, based on time stamps of "RESU_DEPL" field -presentation = CutPlanesOnField(med_reader, EntityType.NODE, 'RESU_DEPL', 1) +presentation = CutPlanesOnField(med_reader, EntityType.NODE, 'RESU____DEPL____________________', 1) if presentation is None : raise RuntimeError, "CutPlanes Presentation is None!!!"