Salome HOME
Fix for the issue #905
[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
23
24 # Emulation of interfaces not yet swigged
25
26 from missed  import *