]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_ConstraintFillet.h
Salome HOME
Add tools
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintFillet.h
index 126d46d3798e3f75664a7cbf70458c863df2920e..44caaf03567ea800f67d7da9fe47c808e9b50e99 100644 (file)
@@ -17,6 +17,7 @@
 class SketchSolver_ConstraintFillet : public SketchSolver_Constraint
 {
 public:
+  /// Constructor based on SketchPlugin constraint
   SketchSolver_ConstraintFillet(ConstraintPtr theConstraint) :
       SketchSolver_Constraint(theConstraint)
   {}