X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Edge.h;h=4c929aa2a86379615e2523e983dc0f0801707ec5;hb=ced1c42d80f02b1efa749ecdf35e620dcca4d9cc;hp=c5c62a9e9f689c54a7a5867c471d1cd8a21427aa;hpb=a3508b5b0db5dd5857049f3f046bd628030d9bb9;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Edge.h b/src/GeomAPI/GeomAPI_Edge.h index c5c62a9e9..4c929aa2a 100644 --- a/src/GeomAPI/GeomAPI_Edge.h +++ b/src/GeomAPI/GeomAPI_Edge.h @@ -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 theEdge) const; + + /// Returns range of parameter on the curve + GEOMAPI_EXPORT + void getRange(double& theFirst, double& theLast) const; }; #endif