]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Arc.h
Salome HOME
Add tools
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Arc.h
index 4d2df1417c024db8c8dafe54bb1c7410d830033a..d3d9e597d29940e5f175ba04eb8b6a88e8d739de 100644 (file)
@@ -27,6 +27,10 @@ class SketchPlugin_Arc : public SketchPlugin_SketchEntity, public GeomAPI_IPrese
   /// to avoid (if possible) additional modification of changed coordinate (issue #855)
   double myXEndBefore, myYEndBefore;
 
+  /// to define in which direction draw arc
+  bool myForwardDirection;
+  double myParamBefore;
+
  public:
   /// Arc feature kind
   inline static const std::string& ID()