Salome HOME
Fix for the issue #593: do not remove naming attribute, but use TNaming_Builder for...
[modules/shaper.git] / src / PythonAPI / geom / __init__.py
1 """This package defines the Direct Geometry API of the Modeler.
2 """
3
4 # Swigged interfaces to Modeling Data
5
6 from GeomAPI import GeomAPI_Circ   as Circ
7 from GeomAPI import GeomAPI_Circ2d as Circ2d
8 from GeomAPI import GeomAPI_Dir    as Dir
9 from GeomAPI import GeomAPI_Lin    as Lin
10 from GeomAPI import GeomAPI_Lin2d  as Lin2d
11 from GeomAPI import GeomAPI_Pnt    as Pnt
12 from GeomAPI import GeomAPI_Pnt2d  as Pnt2d
13 from GeomAPI import GeomAPI_XY     as XY
14 from GeomAPI import GeomAPI_XYZ    as XYZ
15
16 from GeomAPI import GeomAPI_Shape  as Shape
17
18
19 # Swigged interfaces to Modeling Algorithms
20
21 from GeomAlgoAPI import GeomAlgoAPI_Boolean   as Boolean
22 from GeomAlgoAPI import GeomAlgoAPI_Extrusion as Extrusion
23
24
25 # Emulation of interfaces not yet swigged
26
27 from missed  import *