]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Edge.h
Salome HOME
Update processing of Tangency constraint. Provide unit-test.
[modules/shaper.git] / src / GeomAPI / GeomAPI_Edge.h
index b319cc26d783f6538920606a6c8851bead9f30f7..3e926d8d04e5d109cb512957bc4eeed805425c10 100644 (file)
@@ -98,6 +98,10 @@ public:
   GEOMAPI_EXPORT
   bool isEqual(const std::shared_ptr<GeomAPI_Shape> theEdge) const;
 
+  /// Change parametric range of the curve
+  GEOMAPI_EXPORT
+  void setRange(const double& theFirst, const double& theLast);
+
   /// Returns range of parameter on the curve
   GEOMAPI_EXPORT
   void getRange(double& theFirst, double& theLast) const;