]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Edge.h
Salome HOME
Issue #3222: 1d fillet
[modules/shaper.git] / src / GeomAPI / GeomAPI_Edge.h
index 89eecc8e9a95e0d52aec96ea674d698dac2f4bdf..6accbf978b1c7d5c3bf4ca8c4e29affe2d63a817 100644 (file)
@@ -135,6 +135,10 @@ public:
   GEOMAPI_EXPORT
   void setLastPointTolerance(const double theTolerance);
 
+  GEOMAPI_EXPORT double firstPointTolerance() const;
+
+  GEOMAPI_EXPORT double lastPointTolerance() const;
+
   /// Return middle point on the edge
   GEOMAPI_EXPORT
   virtual std::shared_ptr<GeomAPI_Pnt> middlePoint() const;