1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 // File: SketchAPI_swig.h
5 // Author: Sergey POKHODENKO
7 #ifndef SRC_SKETCHAPI_SKETCHAPI_SWIG_H_
8 #define SRC_SKETCHAPI_SKETCHAPI_SWIG_H_
10 #include <ModelHighAPI_swig.h>
12 #include "SketchAPI.h"
13 #include "SketchAPI_Arc.h"
14 #include "SketchAPI_MacroArc.h"
15 #include "SketchAPI_Circle.h"
16 #include "SketchAPI_MacroCircle.h"
17 #include "SketchAPI_Constraint.h"
18 #include "SketchAPI_IntersectionPoint.h"
19 #include "SketchAPI_Line.h"
20 #include "SketchAPI_Mirror.h"
21 #include "SketchAPI_Sketch.h"
22 #include "SketchAPI_SketchEntity.h"
23 #include "SketchAPI_Point.h"
24 #include "SketchAPI_Projection.h"
25 #include "SketchAPI_Rectangle.h"
26 #include "SketchAPI_Rotation.h"
27 #include "SketchAPI_Translation.h"
29 #endif /* SRC_SKETCHAPI_SKETCHAPI_SWIG_H_ */