Salome HOME
Correct case when the weak-named attribute is dumped in Geom mode: geometrical repres...
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Measurement.h
index 271201821e777608201cc759a8d1b10d61ba9cd0..774f7f98e99b6c12107adef56595aac28202a892 100644 (file)
@@ -55,4 +55,12 @@ std::list<double> measureAngle(const std::shared_ptr<ModelAPI_Document>& thePart
                                const ModelHighAPI_Selection& theFrom,
                                const ModelHighAPI_Selection& theTo);
 
+/// \ingroup CPPHighAPI
+/// \brief Calculate angle by 3 points.
+FEATURESAPI_EXPORT
+double measureAngle(const std::shared_ptr<ModelAPI_Document>& thePart,
+                    const ModelHighAPI_Selection& thePoint1,
+                    const ModelHighAPI_Selection& thePoint2,
+                    const ModelHighAPI_Selection& thePoint3);
+
 #endif // FeaturesAPI_Measurement_H_