]> OCCT Git - occt-copy.git/commitdiff
0026423: Complete documentation of CPnts_AbscissaPoint Adv/Perform methods
authorBenjaminBihler <benjamin.bihler@compositence.de>
Mon, 20 Jul 2015 15:21:58 +0000 (18:21 +0300)
committerabv <abv@opencascade.com>
Fri, 21 Aug 2015 07:58:47 +0000 (10:58 +0300)
src/CPnts/CPnts_AbscissaPoint.cdl

index 8886bc5c354dcf88b9b2fd1b213b7c82b7bcd3b1..466cd49e20881a7827409606c281567fcc4de275 100644 (file)
@@ -153,11 +153,16 @@ is
   Perform(me: in out; Abscissa, U0, Resolution : Real)
     ---Purpose: Computes the point at the distance <Abscissa> of
     --          the curve.
+    --          U0 is the parameter of the point from which the distance
+    --          is measured.
     is static;
  
   Perform(me: in out; Abscissa, U0, Ui, Resolution : Real)
     ---Purpose: Computes the point at the distance <Abscissa> of
     --          the curve.
+    --          U0 is the parameter of the point from which the distance
+    --          is measured and Ui is the starting value for the iterative
+    --          process (should be close to the final solution).
     is static;
     
   AdvPerform(me: in out; Abscissa, U0, Ui, Resolution : Real)
@@ -166,6 +171,9 @@ is
     --          to use this method in right way it is necessary to call  
     --          empty consructor. then call method Init with  
     --         Tolerance = Resolution, then call AdvPermorm.     
+    --         U0 is the parameter of the point from which the distance
+    --         is measured and Ui is the starting value for the iterative
+    --         process (should be close to the final solution).
     is static;  
        
   IsDone(me)