X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Ellipse.h;h=fa79bd0226917c1127507518e3bbf523b29e1bb7;hb=f60dc9dd94d5d4b0ea07e3e3cbfd5b3028f0942d;hp=02536b240499447ce4b2598815eef0965af482ee;hpb=b3695c3af5289903f1c0fa01bbb7c40203c5e544;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Ellipse.h b/src/GeomAPI/GeomAPI_Ellipse.h index 02536b240..fa79bd022 100644 --- a/src/GeomAPI/GeomAPI_Ellipse.h +++ b/src/GeomAPI/GeomAPI_Ellipse.h @@ -28,8 +28,9 @@ #include #include -class GeomAPI_Pnt; class GeomAPI_Ax2; +class GeomAPI_Dir; +class GeomAPI_Pnt; /**\class GeomAPI_Ellipse @@ -62,6 +63,9 @@ public: /// Returns second focus of the ellipse GEOMAPI_EXPORT std::shared_ptr secondFocus() const; + /// Return orthogonal direction to the ellipse's plane + GEOMAPI_EXPORT std::shared_ptr normal() const; + /// Returns minor radius of the ellipse GEOMAPI_EXPORT double minorRadius() const;