Salome HOME
Coincidence to rectangle macro feature: 1. Get point of sub-feature to set coincidenc...
[modules/shaper.git] / src / GeomAPI / GeomAPI_Edge.h
index c5c62a9e9f689c54a7a5867c471d1cd8a21427aa..4c929aa2a86379615e2523e983dc0f0801707ec5 100644 (file)
@@ -60,6 +60,10 @@ public:
   /// Returns true if the current edge is geometrically equal to the given edge
   GEOMAPI_EXPORT 
   bool isEqual(const std::shared_ptr<GeomAPI_Shape> theEdge) const;
+
+  /// Returns range of parameter on the curve
+  GEOMAPI_EXPORT 
+  void getRange(double& theFirst, double& theLast) const;
 };
 
 #endif