Salome HOME
Parametric API high level for the primitive "Box".
[modules/shaper.git] / src / PythonAPI / examples / MakeBrick3.py
index 94fa252d20037501bc537b2cbb0f6e85423a4dea..edfc0b3e5857079d31b8066809435d0e2f1361d9 100644 (file)
@@ -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()