]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_ConstraintRadius.h
Salome HOME
refs #80 - Sketch base GUI: create/draw point, circle and arc
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintRadius.h
index bdfaa42974ee3885a7d44b6890c4e3f74b2eea99..fb39f7bc36153f251bf9e67ec6a6664d67c1f74a 100644 (file)
@@ -12,6 +12,9 @@
 /// Radius constraint kind
 const std::string SKETCH_CONSTRAINT_RADIUS_KIND("SketchConstraintRadius");
 
+/// Start 2D point of the line
+const std::string SKETCH_CONSTRAINT_ATTR_CIRCLE_POINT("CirclePoint");
+
 
 /** \class SketchPlugin_ConstraintRadius
  *  \ingroup DataModel