Salome HOME
Using test for testing number of sub-shapes.
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintFixedArcRadius.h
index f4fc805c311e3b69d450f08d8bd4834c5a35a19a..6bb3e67bfe077c35d53bd53fb7a6980eff6d59e4 100644 (file)
@@ -21,7 +21,8 @@ public:
   SketchSolver_ConstraintFixedArcRadius(FeaturePtr theFeature);
 
   /// \brief Tries to remove constraint
-  /// \return \c false, if current constraint contains another SketchPlugin constraints (like for multiple coincidence)
+  /// \return \c false, if current constraint contains another SketchPlugin constraints
+  /// (like for multiple coincidence)
   virtual bool remove();
 
 protected: