Salome HOME
Added CPP High API for FeaturesPlugin_Pipe
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_swig.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:    FeaturesAPI_swig.h
4 // Created: 07 June 2016
5 // Author:  Dmitry Bobylev
6
7 #ifndef FeaturesAPI_swig_H_
8 #define FeaturesAPI_swig_H_
9
10   #include <ModelHighAPI_swig.h>
11
12   #include "FeaturesAPI.h"
13   #include "FeaturesAPI_Boolean.h"
14   #include "FeaturesAPI_Extrusion.h"
15   #include "FeaturesAPI_ExtrusionBoolean.h"
16   #include "FeaturesAPI_Group.h"
17   #include "FeaturesAPI_Pipe.h"
18   #include "FeaturesAPI_Placement.h"
19   #include "FeaturesAPI_Revolution.h"
20   #include "FeaturesAPI_RevolutionBoolean.h"
21   #include "FeaturesAPI_Rotation.h"
22   #include "FeaturesAPI_Translation.h"
23
24 #endif // FeaturesAPI_swig_H_