0024784: Move documentation in CDL files to proper location
[occt.git] / src / AppParCurves / AppParCurves_LeastSquare.cdl
index 0787af3..cb74561 100644 (file)
@@ -19,12 +19,15 @@ generic class LeastSquare from AppParCurves
                     ToolLine    as any)   -- as ToolLine(MultiLine)
 
 
-    ---Purpose: This class describes the least square fitting of a 
+    ---Purpose: This class describes the least square fitting of a
     --          MultiLine using the Householder method from the
     --          mathematical package.
+    --          Computes in parallel the least square resolution of a
+    --          set of points (MultiLine). The result is a
+    --          set of Bezier curves (MultiCurve).
     --          The problem to solve is the following one:
     --          minimizing the sum(|C(ui)- Qi|)2 where Qi are the points of
-    --          the MultiLine and C(ui) the points of the approximating 
+    --          the MultiLine and C(ui) the points of the approximating
     --          curves.