Salome HOME
Merge branch 'master' of salome:modules/shaper
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Tools.h
index 550edad50071b631a0ca5f48235d91e9feeea026..f119a302771ea11f6eb83423bf53013ff24ab340 100644 (file)
@@ -103,6 +103,13 @@ namespace SketcherPrs_Tools {
     ANGLE_BACKWARD ///< Angle from the second line to the first line
   };
 
+  /// Type of dimension location
+  enum LocationType{
+    LOCATION_RIGHT,   ///< Position is marked by right arrow placed on the left
+    LOCATION_AUTOMATIC,  ///< Position is marked by two arrow placed on the both sides
+    LOCATION_LEFT ///< Position is marked by left arrow placed on the left
+  };
+
   /// Event ID about expression visual state has been changed, the symbol with a digit
   /// or parameter text is shown
 
@@ -158,6 +165,9 @@ namespace SketcherPrs_Tools {
   /// Returns default value of dimension arrows size
   SKETCHERPRS_EXPORT int getDefaultArrowSize();
 
+  /// Returns value of dimension arrows size set in preferences
+  SKETCHERPRS_EXPORT int getConfigArrowSize();
+
   /// Set value of dimension text height
   /// \param theHeight a height value
   SKETCHERPRS_EXPORT void setTextHeight(double theHeight);
@@ -168,6 +178,9 @@ namespace SketcherPrs_Tools {
   /// Returns default value of dimension text height
   SKETCHERPRS_EXPORT double getDefaultTextHeight();
 
+  /// Returns value of dimension text height set in preferences
+  SKETCHERPRS_EXPORT double getConfigTextHeight();
+
   /// Get flayout distance of the dimension constraint
   /// \param theConstraint a dimension constraint object
   SKETCHERPRS_EXPORT double getFlyoutDistance(const ModelAPI_Feature* theConstraint);