Salome HOME
Fix compilation on Linux
[modules/shaper.git] / src / GeomAPI / GeomAPI_Circ.h
index 32cac89686e2ee8ebb7e5a0b2054cf773c4bb3fd..625ca3895b0a677dc6d652a611e6bb383d3f479b 100644 (file)
@@ -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<GeomAPI_Dir> normal() const;
+
   /// Project point on circle
   GEOMAPI_EXPORT const std::shared_ptr<GeomAPI_Pnt> project(
       const std::shared_ptr<GeomAPI_Pnt>& thePoint) const;