Salome HOME
Added "Sphere" primitive.
[modules/shaper.git] / src / PrimitivesAPI / PrimitivesAPI.i
index 3bea92c00cbcb795e1951d631e9cfb76e18db71a..d708a40cdb3fb03ba69749d71af49bae15240996 100644 (file)
@@ -21,7 +21,9 @@
 // shared pointers
 %shared_ptr(PrimitivesAPI_Box)
 %shared_ptr(PrimitivesAPI_Cylinder)
+%shared_ptr(PrimitivesAPI_Sphere)
 
 // all supported interfaces
 %include "PrimitivesAPI_Box.h"
 %include "PrimitivesAPI_Cylinder.h"
+%include "PrimitivesAPI_Sphere.h"