Salome HOME
Issue #2560: Add Interpolation feature to Build plugin for creation a curve by the...
[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, addInterpolation, addWire, addPolyline3D, addFace, addShell, addSolid, addCompSolid, addCompound
5 from BuildAPI import addSubShapes
6 from BuildAPI import addFilling