Salome HOME
Issue #2024: Redesign of circle and arc of circle
[modules/shaper.git] / src / SketchAPI / SketchAPI.i
index c5ceee14d12f040edfa6c2e294960b48d19cceee..3f1be962413995f2ee7855de5f39381249806ef4 100644 (file)
@@ -26,6 +26,7 @@
 
 // shared pointers
 %shared_ptr(SketchAPI_Arc)
+%shared_ptr(SketchAPI_MacroArc)
 %shared_ptr(SketchAPI_Circle)
 %shared_ptr(SketchAPI_MacroCircle)
 %shared_ptr(SketchAPI_Constraint)
 %include "SketchAPI_Circle.h"
 %include "SketchAPI_MacroCircle.h"
 %include "SketchAPI_Arc.h"
+%include "SketchAPI_MacroArc.h"
 %include "SketchAPI_Projection.h"
 %include "SketchAPI_Mirror.h"
 %include "SketchAPI_Translation.h"