Salome HOME
Construction of vertices/edges/faces on the base of sketch: clear list attribute...
[modules/shaper.git] / src / PythonAPI / extension / box.py
index 957da5412f570e9299d0dcdc12cb3e50e098d720..3a6b641a58b8581097a5530b5ebe91d916e74fc8 100644 (file)
@@ -11,6 +11,7 @@ class Box(modeler.Interface):
   """Executes the macro-feature Box.
   """
   def __init__(self, part, dx, dy, dz):
+    """Constructor"""
     modeler.Interface.__init__(self, part, MY.ID())
 
     self.setRealInput( MY.WIDTH_ID(), dx )