Salome HOME
Filling operation: create a face from a set of edges/wires
[modules/shaper.git] / src / PythonAPI / model / build / __init__.py
1 """Package for Build plugin for the Parametric Geometry API of the Modeler.
2 """
3
4 from BuildAPI import addVertex, addEdge, addWire, addFace, addShell
5 from BuildAPI import addSubShapes
6 from BuildAPI import addFilling