]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Sketch.h
Salome HOME
External edges for sketch: lines and circles
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Sketch.h
index 23147d97f612f11077809ff5b8b773ad7d7f2690..637bd34a90e416f289a0f75a3cdfb44dabfb5b9e 100644 (file)
@@ -132,6 +132,9 @@ class SketchPlugin_Sketch : public ModelAPI_CompositeFeature, public GeomAPI_IPr
   /// Construction result is allways recomuted on the fly
   SKETCHPLUGIN_EXPORT virtual bool isPersistentResult() {return false;}
 
+  /// Returns the point projected into the sketch plane
+  boost::shared_ptr<GeomAPI_Pnt2d> to2D(const boost::shared_ptr<GeomAPI_Pnt>& thePnt);
+
 protected:
   /// Creates a plane and append it to the list
   /// \param theX the X normal value