]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketcherPrs/SketcherPrs_PositionMgr.h
Salome HOME
Issue #2208: positioning of tangent and perpendicular symbols
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_PositionMgr.h
index 8de0204b44bbd09f1d0e733f11c48360deffa756..272092989524c4d9a8f032035e257bcd51ae3b54 100644 (file)
@@ -61,6 +61,9 @@ private:
   /// \param thePrs a presentation of constraint
   int getPositionIndex(ObjectPtr theLine, const SketcherPrs_SymbolPrs* thePrs);
 
+  gp_Pnt getPointPosition(ObjectPtr theLine, const SketcherPrs_SymbolPrs* thePrs,
+                          double theStep, GeomPointPtr thePnt);
+
 private:
   typedef std::map<const SketcherPrs_SymbolPrs*, int> PositionsMap;