]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMImpl/GEOMImpl_ICurvesOperations.hxx
Salome HOME
PAL9166. Add possibility to make sketcher on an existing plane
[modules/geom.git] / src / GEOMImpl / GEOMImpl_ICurvesOperations.hxx
index 0c52cc7ecf56d696994dfa27a56559fc41b9506d..e421f642ea7eef8015f7febef0a1863875e4bfdb 100644 (file)
@@ -35,6 +35,8 @@ class GEOMImpl_ICurvesOperations : public GEOM_IOperations {
   Handle(GEOM_Object) MakeSplineInterpolation (list<Handle(GEOM_Object)> thePoints);
 
   Handle(GEOM_Object) MakeSketcher (const char* theCommand, list<double> theWorkingPlane);
+  Handle(GEOM_Object) MakeSketcherOnPlane (const char*         theCommand,
+                                           Handle(GEOM_Object) theWorkingPlane);
 };
 
 #endif