X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPythonAPI%2Fexamples%2FMakeBrick3.py;h=edfc0b3e5857079d31b8066809435d0e2f1361d9;hb=0b6a6217d4203167a8044456aed1866335d0c334;hp=94fa252d20037501bc537b2cbb0f6e85423a4dea;hpb=1b93f1881c5fec599aa79707f93c84dd9c287bc0;p=modules%2Fshaper.git diff --git a/src/PythonAPI/examples/MakeBrick3.py b/src/PythonAPI/examples/MakeBrick3.py index 94fa252d2..edfc0b3e5 100644 --- a/src/PythonAPI/examples/MakeBrick3.py +++ b/src/PythonAPI/examples/MakeBrick3.py @@ -19,6 +19,6 @@ mypart = model.addPart(mypartset).document() # Creating the base of the box -extension.addBox( mypart, 10, 20, 30 ) +extension.addBoxScript( mypart, 10, 20, 30 ) model.end()