]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchAPI/SketchAPI.i
Salome HOME
Added CPP High API for SketchPlugin_Arc
[modules/shaper.git] / src / SketchAPI / SketchAPI.i
index b515c2c746d47a5268a547f154bab4b0ec758097..7aad3d4de37c8d81d5df052cf338570f69200919 100644 (file)
@@ -20,6 +20,7 @@
 %include "std_shared_ptr.i"
 
 // shared pointers
+%shared_ptr(SketchAPI_Arc)
 %shared_ptr(SketchAPI_Circle)
 %shared_ptr(SketchAPI_Line)
 %shared_ptr(SketchAPI_Sketch)
@@ -55,6 +56,7 @@
 
 // all supported interfaces (the order is very important: base class first)
 %include "SketchAPI_SketchEntity.h"
+%include "SketchAPI_Arc.h"
 %include "SketchAPI_Circle.h"
 %include "SketchAPI_Line.h"
 %include "SketchAPI_Sketch.h"