Salome HOME
Added CPP High API for FeaturesPlugin_ExtrusionCut, FeaturesPlugin_ExtrusionFuse
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI.i
index 5879100c85fbd721c44070ffcfcdfbeacb448a57..55094b61d90dbda03c7027bcfb59eb7bca9fe477 100644 (file)
 %include "std_shared_ptr.i"
 
 // shared pointers
+%shared_ptr(FeaturesAPI_Boolean)
+%shared_ptr(FeaturesAPI_Extrusion)
+%shared_ptr(FeaturesAPI_ExtrusionBoolean)
+%shared_ptr(FeaturesAPI_ExtrusionCut)
+%shared_ptr(FeaturesAPI_ExtrusionFuse)
+%shared_ptr(FeaturesAPI_Group)
+%shared_ptr(FeaturesAPI_Placement)
+%shared_ptr(FeaturesAPI_Revolution)
 %shared_ptr(FeaturesAPI_Rotation)
 %shared_ptr(FeaturesAPI_Translation)
 
 // all supported interfaces
+%include "FeaturesAPI_Boolean.h"
+%include "FeaturesAPI_Extrusion.h"
+%include "FeaturesAPI_ExtrusionBoolean.h"
+%include "FeaturesAPI_Group.h"
+%include "FeaturesAPI_Placement.h"
+%include "FeaturesAPI_Revolution.h"
 %include "FeaturesAPI_Rotation.h"
 %include "FeaturesAPI_Translation.h"