X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Circ.h;h=625ca3895b0a677dc6d652a611e6bb383d3f479b;hb=bdbfb368d71ed11cc0391354a7d86c880cd94949;hp=32cac89686e2ee8ebb7e5a0b2054cf773c4bb3fd;hpb=77b93142eb8ba33bfb9a42040c2fd8926ffea5c8;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Circ.h b/src/GeomAPI/GeomAPI_Circ.h index 32cac8968..625ca3895 100644 --- a/src/GeomAPI/GeomAPI_Circ.h +++ b/src/GeomAPI/GeomAPI_Circ.h @@ -42,6 +42,9 @@ class GeomAPI_Circ : public GeomAPI_Interface /// Return radius of the circle GEOMAPI_EXPORT double radius() const; + /// Return orthogonal direction to the circle's plane + GEOMAPI_EXPORT std::shared_ptr normal() const; + /// Project point on circle GEOMAPI_EXPORT const std::shared_ptr project( const std::shared_ptr& thePoint) const;