From 4d4142ad5e76b8eb0ed0f289779e1b5e8b198b11 Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 24 May 2007 14:17:50 +0000 Subject: [PATCH] Fix for Bug IPAL16060 - IOLS. To update "VISU_Example_03.py" for work without errors. --- src/VISU_SWIG/VISU_Example_03.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISU_SWIG/VISU_Example_03.py b/src/VISU_SWIG/VISU_Example_03.py index d8500bee..0883b7a3 100644 --- a/src/VISU_SWIG/VISU_Example_03.py +++ b/src/VISU_SWIG/VISU_Example_03.py @@ -39,7 +39,7 @@ else : print "OK" print "Creating Cut Lines........................", medMesh = 'dom' medField = "vitesse" -aCutLines = myVisu.CutLinesOnField(myResult,'dom',VISU.NODE,medField,1.0) +aCutLines = myVisu.CutLinesOnField(myResult,'dom',VISU.NODE,medField,1) aCutLines.SetOrientation(VISU.CutPlanes.XY, 0, 0) aCutLines.SetOrientation2(VISU.CutPlanes.ZX, 0, 0) aCutLines.SetNbLines(20) -- 2.39.2