Salome HOME
Task 2.8. Measurement functions
[modules/shaper.git] / src / GeomAPI / GeomAPI_Angle.h
index e0c2eec1898458307ba8978fb989ae84671c17c8..678c7510f801486b51eebe027f3dd381399a85eb 100644 (file)
@@ -38,6 +38,12 @@ public:
                 const std::shared_ptr<GeomAPI_Edge>& theEdge2,
                 const std::shared_ptr<GeomAPI_Pnt>&  thePoint);
 
+  /// Creation of an angle defined by 3 points (the second point is an apex of an angle).
+  GEOMAPI_EXPORT
+  GeomAPI_Angle(const std::shared_ptr<GeomAPI_Pnt>& thePoint1,
+                const std::shared_ptr<GeomAPI_Pnt>& thePoint2,
+                const std::shared_ptr<GeomAPI_Pnt>& thePoint3);
+
   /// Returns value of the angle in degrees
   GEOMAPI_EXPORT double angleDegree();
   /// Returns value of the angle in radians