Salome HOME
Issue #1648: Dump Python in the High Level Parameterized Geometry API
[modules/shaper.git] / src / PythonAPI / examples / MakeBrick3.py
index 94fa252d20037501bc537b2cbb0f6e85423a4dea..898e83bfe8378d063ccf5d39b762cd8aabecc3b2 100644 (file)
@@ -19,6 +19,7 @@ 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()
 
+assert(model.checkPythonDump())
\ No newline at end of file