Salome HOME
Filling operation: create a face from a set of edges/wires
[modules/shaper.git] / src / PythonAPI / model / build / __init__.py
index 396bbe8fafab8c299c157451dd5b4422c814ac18..ed30370e42f3c16d807a8be98fa02c05b6e6afe1 100644 (file)
@@ -1,5 +1,6 @@
 """Package for Build plugin for the Parametric Geometry API of the Modeler.
 """
 
-from BuildAPI import addVertex, addEdge, addFace, addShell
+from BuildAPI import addVertex, addEdge, addWire, addFace, addShell
 from BuildAPI import addSubShapes
+from BuildAPI import addFilling