]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PythonAPI/extension/box.py
Salome HOME
Parametric API high level for the primitive "Box".
[modules/shaper.git] / src / PythonAPI / extension / box.py
index 9d4d66ce9822695874efedcfdbc0d093cf513dca..5897da2c52486ecd5cc36a11a572113de470be78 100644 (file)
@@ -7,7 +7,7 @@ from model import Interface
 from macros.box.feature import BoxFeature as MY
 
 
-def addBox(part, *args):
+def addBoxScript(part, *args):
     """Add Box feature to the part and return Box.
 
     Pass all args to Box __init__ function.