Salome HOME
a8b2bfbc53287e5adc2c44ac50fe977a11117193
[modules/shaper.git] / src / SketchAPI / SketchAPI_swig.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:    SketchAPI_swig.h
4 // Created: 07/06/16
5 // Author:  Sergey POKHODENKO
6
7 #ifndef SRC_SKETCHAPI_SKETCHAPI_SWIG_H_
8 #define SRC_SKETCHAPI_SKETCHAPI_SWIG_H_
9
10   #include <ModelHighAPI_swig.h>
11
12   #include "SketchAPI.h"
13   #include "SketchAPI_Arc.h"
14   #include "SketchAPI_Circle.h"
15   #include "SketchAPI_IntersectionPoint.h"
16   #include "SketchAPI_Line.h"
17   #include "SketchAPI_Mirror.h"
18   #include "SketchAPI_Sketch.h"
19   #include "SketchAPI_SketchEntity.h"
20   #include "SketchAPI_Point.h"
21   #include "SketchAPI_Projection.h"
22   #include "SketchAPI_Rotation.h"
23   #include "SketchAPI_Translation.h"
24
25 #endif /* SRC_SKETCHAPI_SKETCHAPI_SWIG_H_ */